summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-10-05 18:18:18 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-10-05 18:18:18 +0300
commitdb417d8be5195a9416a4245d9b7289580e1a2fe5 (patch)
treef9a028bbfd20aaee0378ac5f5fc3b9b557eecfbd
parent46dcae8caa494e6a311f427af1fbe20b2b8ec9fa (diff)
downloadpysaml2-db417d8be5195a9416a4245d9b7289580e1a2fe5.tar.gz
Fix cleaning changes before deploying pre-releases
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--.travis.yml2
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: