Skip to content

Commit 46dcae8

Browse files
committed
Do not clean changes before deploying pre-releases
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 1e38743 commit 46dcae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
script:
6565
- read -r CURRENT_VERSION <VERSION
6666
- printf -- '%s-%s\n' "${CURRENT_VERSION}" "${TRAVIS_BUILD_NUMBER}" >VERSION
67+
skip_cleanup: true
6768
deploy:
6869
- provider: pypi
6970
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)