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.
2 parents 20f6795 + 4b8156e commit 50fd563Copy full SHA for 50fd563
.github/workflows/publish.yml
@@ -19,10 +19,11 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install setuptools wheel twine
22
+
23
- name: Build and publish
24
env:
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
25
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: "__token__"
26
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
27
28
python setup.py sdist bdist_wheel
- twine upload dist/*
29
+ twine upload dist/*
version.txt
@@ -1 +1 @@
1
-0.10.2
+0.10.3
0 commit comments