Skip to content

Commit 1b2865b

Browse files
committed
upload and download upgrades
1 parent a1df056 commit 1b2865b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: "actions/upload-artifact@v4"
3535
with:
3636
path: "./wheelhouse/*.whl"
37-
overwrite: true
37+
name: wheel-%{{ matrix.os }}
3838

3939
make_sdist:
4040
name: "Build source distribution"
@@ -48,7 +48,7 @@ jobs:
4848
- uses: "actions/upload-artifact@v4"
4949
with:
5050
path: "./dist/*.tar.gz"
51-
overwrite: true
51+
name: sdist
5252

5353
upload_to_pypi:
5454
name: "Upload to PyPI"
@@ -60,8 +60,8 @@ jobs:
6060
steps:
6161
- uses: "actions/download-artifact@v4"
6262
with:
63-
name: artifact
6463
path: dist
64+
merge-multiple: true
6565
- uses: "pypa/gh-action-pypi-publish@v1.8.10"
6666
with:
6767
user: __token__

0 commit comments

Comments
 (0)