Skip to content

Commit

Permalink
Update .publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andamian committed Nov 6, 2020
1 parent 9e7f0ba commit d5ac064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .publish.sh
Expand Up @@ -31,7 +31,7 @@ python setup.py clean sdist || { echo "Errors building $product"; exit -1; }
#echo "password = ${PYPI_PASSWORD}" >> .pypirc

echo "Publish on pypi"
twine upload -r https://test.pypi.org/legacy/ -u Canadian.Astronomy.Data.Centre dist/* || { echo "Errors publishing $TRAVIS_TAG"; exit -1; }
twine upload --repository-url https://test.pypi.org/legacy/ -u Canadian.Astronomy.Data.Centre dist/* || { echo "Errors publishing $TRAVIS_TAG"; exit -1; }

# check version available
pip uninstall -y $product
Expand Down

0 comments on commit d5ac064

Please sign in to comment.