diff options
author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2020-10-05 18:18:18 +0300 |
---|---|---|
committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2020-10-05 18:18:18 +0300 |
commit | db417d8be5195a9416a4245d9b7289580e1a2fe5 (patch) | |
tree | f9a028bbfd20aaee0378ac5f5fc3b9b557eecfbd /.travis.yml | |
parent | 46dcae8caa494e6a311f427af1fbe20b2b8ec9fa (diff) | |
download | pysaml2-db417d8be5195a9416a4245d9b7289580e1a2fe5.tar.gz |
Fix cleaning changes before deploying pre-releases
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 003987f3..dd4281cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,11 +64,11 @@ jobs: script: - read -r CURRENT_VERSION <VERSION - printf -- '%s-%s\n' "${CURRENT_VERSION}" "${TRAVIS_BUILD_NUMBER}" >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: |