We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78c8d7 commit 912acf3Copy full SHA for 912acf3
fortran/tests/run_tests.sh
@@ -22,7 +22,7 @@ then
22
esac
23
python setup.py sdist
24
pip install twine
25
- twine upload -r pypitest --repository-url https://test.pypi.org/legacy/ dist/*
+ twine upload -r pypitest --repository-url https://test.pypi.org/legacy/ dist/* || true
26
#too much delay on test.pypi to reliably immediately test install
27
# mkdir -p test_dir
28
# pushd test_dir
0 commit comments