File tree Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 89
89
container : " pylegacy/python:${{ matrix.python-version }}-debian-5"
90
90
environment : PyPI
91
91
steps :
92
- -
93
- name : Checkout
94
- uses : actions/checkout@v1
95
92
-
96
93
name : Download build artifacts
97
94
uses : actions/download-artifact@v1
Original file line number Diff line number Diff line change 89
89
container : " pylegacy/python:${{ matrix.python-version }}-debian-5"
90
90
environment : PyPI
91
91
steps :
92
- -
93
- name : Checkout
94
- uses : actions/checkout@v1
95
92
-
96
93
name : Download build artifacts
97
94
uses : actions/download-artifact@v1
Original file line number Diff line number Diff line change @@ -155,9 +155,6 @@ jobs:
155
155
runs-on : ubuntu-latest
156
156
container : " pylegacy/${{ matrix.arch }}-python:3.6-debian-5"
157
157
steps :
158
- -
159
- name : Checkout
160
- uses : actions/checkout@v1
161
158
-
162
159
name : Download GEOS artifacts
163
160
uses : actions/download-artifact@v1
@@ -285,9 +282,6 @@ jobs:
285
282
container : " pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
286
283
environment : PyPI
287
284
steps :
288
- -
289
- name : Checkout
290
- uses : actions/checkout@v1
291
285
-
292
286
name : Download build artifacts
293
287
uses : actions/download-artifact@v1
Original file line number Diff line number Diff line change @@ -225,9 +225,6 @@ jobs:
225
225
runs-on : windows-latest
226
226
environment : PyPI
227
227
steps :
228
- -
229
- name : Checkout
230
- uses : actions/checkout@v1
231
228
-
232
229
name : Set Python
233
230
uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments