Skip to content

Commit 0407949

Browse files
committed
Trying to get passing build
1 parent 424afa8 commit 0407949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ script:
2222
- cibuildwheel --output-dir wheelhouse
2323
- |
2424
if [[ $TRAVIS_TAG ]]; then
25-
python -m pip install twine
26-
python -m twine upload wheelhouse/*.whl
25+
python3 -m pip install twine
26+
python3 -m twine upload wheelhouse/*.whl
2727
fi
2828
deploy:
2929
provider: pypi

0 commit comments

Comments
 (0)