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 e2143fc commit 04ad626Copy full SHA for 04ad626
1 file changed
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
33
- uses: actions/upload-artifact@v4
34
with:
35
+ name: wheel-${{ matrix.os }}
36
path: ./wheelhouse/*.whl
37
38
build_sdist:
@@ -49,6 +50,7 @@ jobs:
49
50
51
52
53
+ name: sdist
54
path: dist/*.tar.gz
55
56
release:
@@ -58,7 +60,6 @@ jobs:
58
60
steps:
59
61
- uses: actions/download-artifact@v4
62
- name: artifact
63
path: dist
64
65
- uses: pypa/gh-action-pypi-publish@master
0 commit comments