Skip to content

Commit 912acf3

Browse files
committed
twine fail allow
1 parent b78c8d7 commit 912acf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortran/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ then
2222
esac
2323
python setup.py sdist
2424
pip install twine
25-
twine upload -r pypitest --repository-url https://test.pypi.org/legacy/ dist/*
25+
twine upload -r pypitest --repository-url https://test.pypi.org/legacy/ dist/* || true
2626
#too much delay on test.pypi to reliably immediately test install
2727
# mkdir -p test_dir
2828
# pushd test_dir

0 commit comments

Comments
 (0)