Skip to content

Commit 1abbf58

Browse files
committed
fix: travis autodeploy and Release 6.1.3
1 parent 267b347 commit 1abbf58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ after_script:
2626
- ./cc-test-reporter after-build --exit-code $?
2727
deploy:
2828
provider: pypi
29-
user: __token__
30-
password:
31-
secure: $PYPI_TOKEN
29+
user: "__token__"
30+
password: $PYPI_TOKEN
3231
skip_cleanup: true
3332
distributions: sdist bdist_wheel
3433
on:

0 commit comments

Comments
 (0)