Skip to content

Commit db417d8

Browse files
committed
Fix cleaning changes before deploying pre-releases
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 46dcae8 commit db417d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
script:
6565
- read -r CURRENT_VERSION <VERSION
6666
- printf -- '%s-%s\n' "${CURRENT_VERSION}" "${TRAVIS_BUILD_NUMBER}" >VERSION
67-
skip_cleanup: true
6867
deploy:
6968
- provider: pypi
7069
distributions: sdist bdist_wheel
7170
server: "https://test.pypi.org/legacy/"
71+
skip_cleanup: true
7272
username: "__token__"
7373
password: "$PYPI_PRE_RELEASE_TOKEN"
7474
on:

0 commit comments

Comments
 (0)