We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267b347 commit 1abbf58Copy full SHA for 1abbf58
.travis.yml
@@ -26,9 +26,8 @@ after_script:
26
- ./cc-test-reporter after-build --exit-code $?
27
deploy:
28
provider: pypi
29
- user: __token__
30
- password:
31
- secure: $PYPI_TOKEN
+ user: "__token__"
+ password: $PYPI_TOKEN
32
skip_cleanup: true
33
distributions: sdist bdist_wheel
34
on:
0 commit comments