Skip to content

Commit dca93aa

Browse files
fix pypi publish
1 parent ef7ecec commit dca93aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: build
3737
runs-on: ubuntu-latest
3838
permissions:
39-
id-token: write # ✅ Required for Trusted Publishing (no API key needed)
39+
id-token: write
4040
steps:
4141
- name: Download artifact
4242
uses: actions/download-artifact@v4
@@ -45,4 +45,4 @@ jobs:
4545
path: dist/
4646

4747
- name: Publish to PyPI
48-
uses: pypa/gh-action-pypi-publish@release/v1 # ✅ No password needed for Trusted Publishing
48+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)