We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0fb4f commit 503b25dCopy full SHA for 503b25d
.github/workflows/wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Check metadata
26
run: pipx run twine check dist/*
27
28
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
29
with:
30
path: dist/*.tar.gz
31
@@ -56,9 +56,10 @@ jobs:
56
shell: bash
57
58
- name: Upload wheels
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
61
path: wheelhouse/*.whl
62
+ name: dist-${{ matrix.os }}
63
64
65
upload_all:
@@ -72,7 +73,8 @@ jobs:
72
73
74
- uses: actions/download-artifact@v4
75
- name: artifact
76
+ merge-multiple: true
77
+ pattern: dist-*
78
path: dist
79
80
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments