We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ea253 commit 7f9f7bbCopy full SHA for 7f9f7bb
.github/workflows/build.yml
@@ -16,6 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
permissions:
18
id-token: write
19
+ contents: write # Needed for svenstaro/upload-release-action
20
strategy:
21
matrix:
22
python-version: ["3.11"]
0 commit comments