From 912acf3a0b88b9568ef8b0a196a30c96ece9b9c8 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Thu, 17 Feb 2022 11:49:49 +0000 Subject: [PATCH] twine fail allow --- fortran/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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