Skip to content

Commit e0a955d

Browse files
committed
Correcting twine command [publish]
1 parent fd2ebc8 commit e0a955d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ script:
5252
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
5353
python setup.py bdist_wheel;
5454
export DISTS='dist/*';
55-
twine -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
55+
twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
5656
fi;

0 commit comments

Comments
 (0)