Skip to content

Commit

Permalink
[skyapi] refs skycoin#131 adding skip existing in twine
Browse files Browse the repository at this point in the history
  • Loading branch information
e1Ru1o committed Jul 11, 2019
1 parent 9b2b1b5 commit de547ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/skyapi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ echo "Installing twine"
python -m pip install twine

echo "Upload to testPyPI"
twine upload -u pyskycoin -p "prerelease_0.X" --repository-url https://test.pypi.org/legacy/ lib/skyapi/dist/*
twine upload -u pyskycoin -p "prerelease_0.X" --skip-existing --repository-url https://test.pypi.org/legacy/ lib/skyapi/dist/*

0 comments on commit de547ad

Please sign in to comment.