We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93be736 commit 5da5cc7Copy full SHA for 5da5cc7
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,6 @@ name: Compile and publish binaries
3
on:
4
release:
5
types:
6
- - created
7
- prereleased
8
- edited
9
- published
@@ -147,10 +146,6 @@ jobs:
147
146
with:
148
python-version: "3.10.x"
149
150
- - name: Upgrade pip
151
- # `--user` flag provided just in case of a permissions conflict.
152
- run: pip3 install --upgrade pip --user
153
-
154
- name: Install dependencies
155
run: pip3 install -r requirements.txt
156
@@ -189,10 +184,6 @@ jobs:
189
184
190
185
191
186
192
193
194
195
196
187
197
188
198
0 commit comments