Skip to content

Commit

Permalink
Fix cleaning changes before deploying pre-releases
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Oct 5, 2020
1 parent 46dcae8 commit db417d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db417d8

Please sign in to comment.