diff --git a/.travis.yml b/.travis.yml index 003987f39..dd4281cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,11 +64,11 @@ jobs: script: - read -r CURRENT_VERSION VERSION - skip_cleanup: true deploy: - provider: pypi distributions: sdist bdist_wheel server: "https://test.pypi.org/legacy/" + skip_cleanup: true username: "__token__" password: "$PYPI_PRE_RELEASE_TOKEN" on: