8000 fix: travis autodeploy and Release 6.36.0 · dialex-com/twilio-python@59780e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59780e2

Browse files
committed
fix: travis autodeploy and Release 6.36.0
1 parent 14d8473 commit 59780e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ deploy:
2525
- provider: pypi
2626
skip_cleanup: true
2727
user: "__token__"
28-
password:
29-
secure: $PYPI_TOKEN
28+
password: $PYPI_TOKEN
3029
on:
3130
tags: true
3231
python: "3.6"

0 commit comments

Comments
 (0)
0