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 a6b371c commit 352be13Copy full SHA for 352be13
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
needs: python-package # Wait for PyPI job
54
permissions:
55
# IMPORTANT: this permission is mandatory for trusted publishing
56
- id-token: write
+ contents: write
57
steps:
58
- uses: actions/checkout@v4
59
0 commit comments