Skip to content

Commit

Permalink
update autodeploy to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Jul 26, 2018
1 parent d96f286 commit 0b50c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
after_success:
#deploy to pypi
- if [ $TRAVIS_PYTHON_VERSION == $PYPI_PY ]; then
if [ "$TRAVIS_TAG" = "true" ]; then
if ! [ "$TRAVIS_TAG" = "false" ]; then
openssl aes-256-cbc -K $encrypted_99d6f572e516_key -iv $encrypted_99d6f572e516_iv -in credentials.tar.gz.enc -out credentials.tar.gz -d;
tar -xzf credentials.tar.gz;
mv credentials/.pypirc ~/.pypirc ;
Expand Down

0 comments on commit 0b50c0b

Please sign in to comment.