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 7522f7c commit d86a0acCopy full SHA for d86a0ac
.github/workflows/deploy.yml
@@ -19,12 +19,12 @@ on:
19
types:
20
- published
21
22
+permissions:
23
+ contents: read
24
+
25
jobs:
26
build-linux-py3-legacy:
27
runs-on: ubuntu-24.04
- permissions:
- contents: read
-
28
strategy:
29
fail-fast: false
30
matrix:
@@ -61,9 +61,6 @@ jobs:
61
62
build-linux-py3:
63
64
65
66
67
68
69
@@ -110,9 +107,6 @@ jobs:
110
107
111
108
build-sdist:
112
109
113
114
115
116
steps:
117
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
118
with:
0 commit comments