Skip to content

Commit a46e255

Browse files
committed
Add file extensions to uploaded archives
1 parent 4d9bced commit a46e255

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Save sdist
3434
uses: actions/upload-artifact@v4
3535
with:
36+
name: cibw-sdist.tar.gz
3637
path: dist/*.tar.gz
3738

3839
wheels:
@@ -79,6 +80,7 @@ jobs:
7980
- name: Save wheels
8081
uses: actions/upload-artifact@v4
8182
with:
83+
name: cibw-wheels-${{ strategy.job-index }}.whl
8284
path: wheelhouse/*.whl
8385

8486
upload_pypi:
@@ -89,7 +91,7 @@ jobs:
8991
steps:
9092
- uses: actions/download-artifact@v4
9193
with:
92-
pattern: artifact
94+
pattern: cibw-*
9395
path: dist
9496
- uses: pypa/gh-action-pypi-publish@release/v1
9597
with:

0 commit comments

Comments
 (0)