Skip to content

Commit 26cbb8c

Browse files
committed
Rename dist artifacts more consistently
1 parent 2dccf02 commit 26cbb8c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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:

0 commit comments

Comments
 (0)