Skip to content

Commit 503b25d

Browse files
committed
GHA: upload immutable artifacts
1 parent aa0fb4f commit 503b25d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/wheels.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check metadata
2626
run: pipx run twine check dist/*
2727

28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
path: dist/*.tar.gz
3131

@@ -56,9 +56,10 @@ jobs:
5656
shell: bash
5757

5858
- name: Upload wheels
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
path: wheelhouse/*.whl
62+
name: dist-${{ matrix.os }}
6263

6364

6465
upload_all:
@@ -72,7 +73,8 @@ jobs:
7273

7374
- uses: actions/download-artifact@v4
7475
with:
75-
name: artifact
76+
merge-multiple: true
77+
pattern: dist-*
7678
path: dist
7779

7880
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)