We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ee19a commit 71f529eCopy full SHA for 71f529e
.github/workflows/publish_to_pypi.yml
@@ -48,6 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
timeout-minutes: 10 # Adjust based on typical publishing time
50
permissions:
51
+ # More information about Trusted Publishing and OpenID Connect: https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/
52
id-token: write # IMPORTANT: mandatory for trusted publishing
53
steps:
54
- name: Download all the dists
0 commit comments