File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 63
63
- uses : actions/upload-artifact@v4
64
64
with :
65
65
path : packages/basemap/dist/*.tar.gz
66
- name : basemap-sdist
66
+ name : dist- basemap-sdist
67
67
68
68
build_wheels :
69
69
name : Build wheels on ${{ matrix.os }}
@@ -126,7 +126,7 @@ jobs:
126
126
- name : Download basemap sdist
127
127
uses : actions/download-artifact@v4
128
128
with :
129
- name : basemap-sdist
129
+ name : dist- basemap-sdist
130
130
path : ./sdist/
131
131
132
132
- name : Extract sdist (Linux/macOS)
@@ -213,11 +213,6 @@ jobs:
213
213
pattern : " dist-*"
214
214
merge-multiple : true
215
215
216
- - uses : actions/download-artifact@v4
217
- with :
218
- path : dist
219
- name : basemap-sdist
220
-
221
216
- name : Set up Python
222
217
uses : actions/setup-python@v5
223
218
with :
@@ -242,11 +237,6 @@ jobs:
242
237
pattern : " dist-*"
243
238
merge-multiple : true
244
239
245
- - uses : actions/download-artifact@v4
246
- with :
247
- path : dist
248
- name : basemap-sdist
249
-
250
240
- name : Publish to PyPI
251
241
uses : pypa/gh-action-pypi-publish@release/v1
252
242
with :
You can’t perform that action at this time.
0 commit comments