We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4ef89 commit 0169835Copy full SHA for 0169835
1 file changed
.github/workflows/publish-pypi.yml
@@ -32,5 +32,4 @@ jobs:
32
python -m build
33
- name: Publish to PyPI
34
uses: pypa/gh-action-pypi-publish@release/v1
35
- with:
36
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # No password needed! Uses OIDC trusted publisher
0 commit comments