We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7464c20 + d6d2973 commit 799a044Copy full SHA for 799a044
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,10 @@ jobs:
31
runs-on: ubuntu-latest
32
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
33
environment: release
34
+ permissions:
35
+ # IMPORTANT: This is required to publish to PyPI using Trusted Publishing.
36
+ # See: https://docs.pypi.org/trusted-publishers/using-a-publisher/
37
+ id-token: write
38
39
steps:
40
- name: Checkout repository
0 commit comments