We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a1417 commit 4197bbdCopy full SHA for 4197bbd
.travis.yml
@@ -60,7 +60,7 @@ after_success:
60
deploy:
61
# deploy-release
62
- 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/*
+ script: pwd && ls dist;echo "deploy-release" && ~/.pyenv/versions/${PYTHON_VERSION}/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD --skip-existing dist/*
64
skip_cleanup: true
65
on:
66
repo: ${TRAVIS_REPO_SLUG}
0 commit comments