We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5497b commit a3eaf08Copy full SHA for a3eaf08
.github/workflows/publish.yml
@@ -37,6 +37,7 @@ jobs:
37
38
- uses: actions/upload-artifact@v4
39
with:
40
+ name: artifact-${{ matrix.os }}
41
path: ./wheelhouse/*.whl
42
43
build_sdist:
@@ -52,6 +53,7 @@ jobs:
52
53
54
55
56
+ name: artifact-source
57
path: dist/*.tar.gz
58
59
upload_pypi:
@@ -62,7 +64,8 @@ jobs:
62
64
steps:
63
65
- uses: actions/download-artifact@v4
66
- name: artifact
67
+ pattern: artifact-*
68
+ merge-multiple: true
69
path: dist
70
71
- uses: pypa/[email protected]
0 commit comments