diff --git a/.travis.yml b/.travis.yml index 04ecc35..e926c4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,5 +43,5 @@ script: - | if [[ $TRAVIS_TAG ]]; then $PIP install twine - python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse/*.whl + python -m twine upload --skip-existing wheelhouse/*.whl fi diff --git a/appveyor.yml b/appveyor.yml index f3b30aa..97db232 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ build_script: - ps: >- if ($env:APPVEYOR_REPO_TAG -eq "true") { python -m pip install twine - python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse\* + python -m twine upload --skip-existing wheelhouse\* } artifacts: