Skip to content

Commit

Permalink
releasing 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkomiske committed Aug 3, 2020
1 parent 2f0581c commit 71b04f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
script: |
python3 setup.py sdist bdist_wheel
if [ "$TWINE_REPOSITORY" = "testpypi" ]; then
export TWINE_PASSWORD=$TWINE_PASSWORD_TESTPYPI
export TWINE_PASSWORD=$TWINE_PASSWORD_PYPITEST
fi
after_success: |
if [ ! -z $TRAVIS_TAG ] || [ "$TWINE_REPOSITORY" = "testpypi" ]; then
Expand All @@ -40,7 +40,6 @@ jobs:
env:
global:
TWINE_USERNAME=__token__
TWINE_REPOSITORY=testpypi

branches:
only:
Expand Down

0 comments on commit 71b04f0

Please sign in to comment.