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 b239d47 commit b204306Copy full SHA for b204306
.github/workflows/release-linux.yml
@@ -58,6 +58,8 @@ jobs:
58
release:
59
needs: "build-wheel"
60
runs-on: ubuntu-latest
61
+ permissions:
62
+ id-token: write
63
steps:
64
- uses: actions/checkout@v4
65
- uses: actions/setup-python@v5
.github/workflows/release-osx-win.yml
@@ -88,6 +88,8 @@ jobs:
88
89
90
91
92
93
94
95
0 commit comments