We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac5255 commit b627819Copy full SHA for b627819
1 file changed
.github/workflows/python-publish.yml
@@ -14,6 +14,10 @@ jobs:
14
deploy:
15
depends-on: create_wheel_and_sdist
16
runs-on: ubuntu-latest
17
+
18
+ environment: pypi
19
+ permissions:
20
+ id-token: write. # IMPORTANT: this permission is mandatory for Trusted Publishing
21
22
steps:
23
- uses: actions/checkout@v3
0 commit comments