We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1f08c commit 5462875Copy full SHA for 5462875
.github/workflows/pythonpublish.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Build and publish
30
run: |
31
twine upload dist/*
32
- environment: release
33
- permissions:
34
- # IMPORTANT: this permission is mandatory for Trusted Publishing
35
- id-token: write
+
+ environment: release
+ permissions:
+ # IMPORTANT: this permission is mandatory for Trusted Publishing
36
+ id-token: write
0 commit comments