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 a86fd53 commit 7ba5835Copy full SHA for 7ba5835
1 file changed
.github/workflows/build-test.yml
@@ -19,5 +19,7 @@ jobs:
19
name: "Test wheels building"
20
if: "!contains(github.event.pull_request.labels.*.name, 'disable-test-build')"
21
uses: ./.github/workflows/lib-build-and-push.yml
22
+ permissions:
23
+ id-token: write
24
with:
25
upload: false
0 commit comments