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 2c3380b commit 639d83bCopy full SHA for 639d83b
1 file changed
.github/workflows/publish2.yml
@@ -228,7 +228,7 @@ jobs:
228
needs.build-noarch.result == 'success'
229
# Only publish when ref looks like a version tag (v3.1.1, v2.5.0, etc.).
230
# Running from main, a branch, or a bare SHA -> skipped automatically.
231
-= permissions:
+ permissions:
232
contents: write # required to upload assets to the GH Release
233
id-token: write # required for PyPI trusted publishing (OIDC)
234
steps:
0 commit comments