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 251169f commit 13ccf44Copy full SHA for 13ccf44
.github/workflows/build-wheel.yml
@@ -16,6 +16,11 @@ on:
16
github-token:
17
required: true
18
19
+permissions:
20
+ contents: read
21
+ packages: read
22
+ actions: read
23
+
24
jobs:
25
build:
26
runs-on: ${{ inputs.runs-on }}
.github/workflows/build.yml
@@ -19,6 +19,9 @@ on:
default: 'false'
# TODO reactivate tests & debug test runs once publishing squared out
27
# tests:
@@ -111,7 +114,6 @@ jobs:
111
114
112
115
sdist:
113
116
runs-on: ubuntu-latest
-
117
if: |
118
github.event_name != 'pull_request' ||
119
github.event.pull_request.author_association == 'COLLABORATOR' ||
0 commit comments