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 3efa629 commit 63d8085Copy full SHA for 63d8085
.github/workflows/publish-pypi.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
release-build:
9
name: Build distribution
10
+ permissions:
11
+ contents: read
12
runs-on: ubuntu-latest
13
needs: [checks]
14
steps:
0 commit comments