We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94fdb35 + 0af352e commit 0150af2Copy full SHA for 0150af2
1 file changed
.travis.yml
@@ -10,8 +10,8 @@ script:
10
- python3 setup.py test
11
deploy:
12
provider: pypi
13
- user: mrava87
14
- distributions: bdist_wheel
+ user: __token__
+ distributions: sdist bdist_wheel
15
skip_existing: true
16
skip_upload_docs: true
17
skip_cleanup: true
0 commit comments