We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424afa8 commit 0407949Copy full SHA for 0407949
1 file changed
.travis.yml
@@ -22,8 +22,8 @@ script:
22
- cibuildwheel --output-dir wheelhouse
23
- |
24
if [[ $TRAVIS_TAG ]]; then
25
- python -m pip install twine
26
- python -m twine upload wheelhouse/*.whl
+ python3 -m pip install twine
+ python3 -m twine upload wheelhouse/*.whl
27
fi
28
deploy:
29
provider: pypi
0 commit comments