Skip to content

Commit 4197bbd

Browse files
committed
travis: fix twine upload command
1 parent 15a1417 commit 4197bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ after_success:
6060
deploy:
6161
# deploy-release
6262
- provider: script
63-
script: pwd && ls dist;echo "deploy-release" && ~/.pyenv/versions/${PYTHON_VERSION}/bin/twine -u $PYPI_USER -p $PYPI_PASSWORD --skip-existing dist/*
63+
script: pwd && ls dist;echo "deploy-release" && ~/.pyenv/versions/${PYTHON_VERSION}/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD --skip-existing dist/*
6464
skip_cleanup: true
6565
on:
6666
repo: ${TRAVIS_REPO_SLUG}

0 commit comments

Comments
 (0)