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 8f90303 commit 4783323Copy full SHA for 4783323
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ jobs:
10
build-n-publish:
11
name: Build and publish Python 🐍 distributions 📦 to PyPI
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ id-token: write
15
steps:
16
- uses: actions/checkout@master
17
- name: Set up Python 3.12
0 commit comments