Skip to content

Commit 5462875

Browse files
committed
Another attempted fix.
1 parent 7a1f08c commit 5462875

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pythonpublish.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Build and publish
3030
run: |
3131
twine upload dist/*
32-
environment: release
33-
permissions:
34-
# IMPORTANT: this permission is mandatory for Trusted Publishing
35-
id-token: write
32+
33+
environment: release
34+
permissions:
35+
# IMPORTANT: this permission is mandatory for Trusted Publishing
36+
id-token: write

0 commit comments

Comments
 (0)