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 f9c20d0 commit 323adefCopy full SHA for 323adef
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Save sdist & wheel
27
uses: actions/upload-artifact@v4
28
with:
29
+ name: dist-architecture-independent
30
path: |
31
dist/*.tar.gz
32
dist/*.whl
@@ -58,6 +59,7 @@ jobs:
58
59
- name: Save wheels
60
61
62
+ name: dist-${{ matrix.os }}
63
path: wheelhouse/*.whl
64
65
upload:
@@ -74,7 +76,8 @@ jobs:
74
76
- name: Download artifacts
75
77
uses: actions/download-artifact@v4
78
- name: artifact
79
+ pattern: dist-*
80
+ merge-multiple: true
81
path: dist
82
- name: Upload to PyPI
83
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments