We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2ebc8 commit e0a955dCopy full SHA for e0a955d
1 file changed
.travis.yml
@@ -52,5 +52,5 @@ script:
52
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
53
python setup.py bdist_wheel;
54
export DISTS='dist/*';
55
- twine -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
+ twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
56
fi;
0 commit comments