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 ef7ecec commit dca93aaCopy full SHA for dca93aa
.github/workflows/publish.yaml
@@ -36,7 +36,7 @@ jobs:
36
needs: build
37
runs-on: ubuntu-latest
38
permissions:
39
- id-token: write # ✅ Required for Trusted Publishing (no API key needed)
+ id-token: write
40
steps:
41
- name: Download artifact
42
uses: actions/download-artifact@v4
@@ -45,4 +45,4 @@ jobs:
45
path: dist/
46
47
- name: Publish to PyPI
48
- uses: pypa/gh-action-pypi-publish@release/v1 # ✅ No password needed for Trusted Publishing
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments