Skip to content

Commit 2275a97

Browse files
committed
Fix build artifact upload
1 parent 1ad181b commit 2275a97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/upload-artifact@v4
3030
with:
31-
name: dist
31+
name: dist-source
3232
path: dist/*.tar.gz
3333

3434
build-wheels:
@@ -55,7 +55,7 @@ jobs:
5555

5656
- uses: actions/upload-artifact@v4
5757
with:
58-
name: dist
58+
name: dist-${{ matrix.os }}
5959
path: dist/ms2pip-*.whl
6060

6161
publish-to-pypi:
@@ -69,7 +69,6 @@ jobs:
6969
steps:
7070
- uses: actions/download-artifact@v4
7171
with:
72-
name: dist
7372
path: dist
7473

7574
- name: Publish to PyPI

0 commit comments

Comments
 (0)