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 6363 - uses : actions/upload-artifact@v4
6464 with :
6565 path : packages/basemap/dist/*.tar.gz
66- name : basemap-sdist
66+ name : dist- basemap-sdist
6767
6868 build_wheels :
6969 name : Build wheels on ${{ matrix.os }}
@@ -126,7 +126,7 @@ jobs:
126126 - name : Download basemap sdist
127127 uses : actions/download-artifact@v4
128128 with :
129- name : basemap-sdist
129+ name : dist- basemap-sdist
130130 path : ./sdist/
131131
132132 - name : Extract sdist (Linux/macOS)
@@ -213,11 +213,6 @@ jobs:
213213 pattern : " dist-*"
214214 merge-multiple : true
215215
216- - uses : actions/download-artifact@v4
217- with :
218- path : dist
219- name : basemap-sdist
220-
221216 - name : Set up Python
222217 uses : actions/setup-python@v5
223218 with :
@@ -242,11 +237,6 @@ jobs:
242237 pattern : " dist-*"
243238 merge-multiple : true
244239
245- - uses : actions/download-artifact@v4
246- with :
247- path : dist
248- name : basemap-sdist
249-
250240 - name : Publish to PyPI
251241 uses : pypa/gh-action-pypi-publish@release/v1
252242 with :
You can’t perform that action at this time.
0 commit comments