We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284f665 commit 47c509dCopy full SHA for 47c509d
1 file changed
.github/workflows/publish.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Publish
62
env:
63
TWINE_USERNAME: __token__
64
- TWINE_PASSWORD: ${{ secrets.twine_token || secrets.PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.twine_token }}
65
run: |
66
uv run pyproject-build
67
uv run twine upload --verbose --repository ${{ inputs.repository }} dist/*
0 commit comments