We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afc451 commit ec12eb4Copy full SHA for ec12eb4
.travis.yml
@@ -47,4 +47,4 @@ script:
47
- cibuildwheel --output-dir wheelhouse
48
- ls wheelhouse
49
- pip install twine
50
- - 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 commit comments