We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b4b1c commit 6cdc807Copy full SHA for 6cdc807
2 files changed
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
needs: [compile, test]
45
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
46
runs-on: ubuntu-24.04
47
+ environment: pypi-publish
48
permissions:
49
id-token: write
50
contents: read
.github/workflows/tests.yml
0 commit comments