]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Switch from testpypi to real pypi v6.1.0b1
authorBen Darnell <ben@bendarnell.com>
Wed, 30 Sep 2020 11:15:10 +0000 (07:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 30 Sep 2020 11:15:10 +0000 (07:15 -0400)
.travis.yml

index 558c83927e8861a134242f691e49b2916b8c7b89..025802a6289c217e147e2c49bb508f1df9b33e94 100644 (file)
@@ -102,4 +102,4 @@ script:
   - if [[ -n "$BUILD_SDIST" ]]; then python setup.py check sdist && ls -l dist; fi
 
 after_success:
-  - if [[ ( -n "$BUILD_WHEEL" || -n "$BUILD_SDIST" ) && -n "$TRAVIS_TAG" && -n "$TWINE_PASSWORD" ]]; then twine upload -r testpypi -u __token__ dist/*; fi
+  - if [[ ( -n "$BUILD_WHEEL" || -n "$BUILD_SDIST" ) && -n "$TRAVIS_TAG" && -n "$TWINE_PASSWORD" ]]; then twine upload -u __token__ dist/*; fi