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 37dd15c commit 11fc2afCopy full SHA for 11fc2af
.travis.yml
@@ -51,12 +51,14 @@ deploy:
51
skip_cleanup: true
52
on:
53
python: '3.9'
54
- branch: master
55
-- provider: script
56
- script: |
57
- python -m pip install --upgrade pip setuptools twine
58
- python setup.py sdist bdist_wheel
59
- python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u __token__ -p $PYPI_TOKEN
+ all_branches: true # Allow semantic-release on any branch triggered by tags
+ #branch: master
+ tags: true
+- provider: pypi
+ setuptools_version: "60.8.2"
+ user: __token__
60
+ password: $PYPI_TOKEN
61
+ repository: https://upload.pypi.org/legacy
62
63
64
0 commit comments