Skip to content

Commit

Permalink
twine fail allow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Feb 17, 2022
1 parent b78c8d7 commit 912acf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/tests/run_tests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 912acf3

Please sign in to comment.