Skip to content

Commit 7820ba1

Browse files
committed
fix: travis autodeploy and Release 3.2.6
1 parent 2ebb848 commit 7820ba1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ after_success:
2727
deploy:
2828
provider: pypi
2929
user: __token__
30-
password:
31-
secure: $PYPI_TOKEN
30+
password: $PYPI_TOKEN
31+
skip_cleanup: true
3232
on:
3333
branch: master
3434
condition: "$TRAVIS_TEST_RESULT = 0"
3535
tags: true
36-
skip_cleanup: true
3736
python: '3.6'

0 commit comments

Comments
 (0)