Skip to content

Commit 96f777a

Browse files
committed
improving GitHub publish workflow
1 parent cea3ef9 commit 96f777a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Upload distributions
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: release-dists
60+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
6161
path: dist/*.whl
6262

6363
# pypi-publish:

0 commit comments

Comments
 (0)