We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10868a commit 22eedecCopy full SHA for 22eedec
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install setuptools wheel twine build
26
- name: Build and publish
27
env:
28
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ TWINE_USERNAME: __token__
29
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30
run: |
31
python -m build
0 commit comments