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 0bc1ef0 commit ee690ffCopy full SHA for ee690ff
.travis.yml
@@ -18,10 +18,9 @@ after_success:
18
- codecov
19
deploy:
20
provider: pypi
21
- user: __token__
22
- password:
23
- secure: $PYPI_TOKEN
24
- edge: true
+ user: "__token__"
+ password: $PYPI_TOKEN
+ skip_cleanup: true
25
distributions: sdist bdist_wheel
26
on:
27
branch: master
0 commit comments