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 a1df056 commit 1b2865bCopy full SHA for 1b2865b
.github/workflows/build_and_upload.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: "actions/upload-artifact@v4"
35
with:
36
path: "./wheelhouse/*.whl"
37
- overwrite: true
+ name: wheel-%{{ matrix.os }}
38
39
make_sdist:
40
name: "Build source distribution"
@@ -48,7 +48,7 @@ jobs:
48
49
50
path: "./dist/*.tar.gz"
51
+ name: sdist
52
53
upload_to_pypi:
54
name: "Upload to PyPI"
@@ -60,8 +60,8 @@ jobs:
60
steps:
61
- uses: "actions/download-artifact@v4"
62
63
- name: artifact
64
path: dist
+ merge-multiple: true
65
- uses: "pypa/gh-action-pypi-publish@v1.8.10"
66
67
user: __token__
0 commit comments