We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebc2d1 commit f5356e1Copy full SHA for f5356e1
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Upload distribution artifacts
29
uses: actions/upload-artifact@v4
30
with:
31
- name: release
+ name: release-wheel-${{ matrix.os }}
32
path: ./wheelhouse/*.whl
33
34
build_sdist:
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
+ name: release-sdist
58
path: dist/*.tar.gz
59
60
publish:
@@ -74,8 +74,9 @@ jobs:
74
- uses: actions/[email protected]
75
name: Download distribution artifact
76
77
78
- path: dist/
+ pattern: release-*
+ path: dist
79
+ merge-multiple: true
80
81
- uses: softprops/action-gh-release@v1
82
name: Create release
0 commit comments