diff --git a/fortran/tests/run_tests.sh b/fortran/tests/run_tests.sh index eae275e4..3731a806 100755 --- a/fortran/tests/run_tests.sh +++ b/fortran/tests/run_tests.sh @@ -22,7 +22,7 @@ then esac python setup.py sdist pip install twine - 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 #too much delay on test.pypi to reliably immediately test install # mkdir -p test_dir # pushd test_dir