We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e442a commit 77ce9d2Copy full SHA for 77ce9d2
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
10
build-n-publish:
11
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ id-token: write
15
steps:
16
- uses: actions/checkout@master
17
0 commit comments