Skip to content

Commit

Permalink
travis updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stfbnc committed Oct 24, 2020
1 parent 1afc451 commit ec12eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ script:
- cibuildwheel --output-dir wheelhouse
- ls wheelhouse
- pip install twine
- twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse/* -u ${PYPI_USR} -p ${PYPI_PWD}
- twine upload --skip-existing wheelhouse/* -u ${PYPI_USR} -p ${PYPI_PWD}

0 comments on commit ec12eb4

Please sign in to comment.