Skip to content

Commit 5cfe4e6

Browse files
Merge pull request #294 from jmg-duarte/upstream
Revert artifact renaming
2 parents 546d6d5 + a46e255 commit 5cfe4e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_dist.yml

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

3939
wheels:
@@ -80,7 +80,7 @@ jobs:
8080
- name: Save wheels
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: cibw-wheels-${{ strategy.job-index }}
83+
name: cibw-wheels-${{ strategy.job-index }}.whl
8484
path: wheelhouse/*.whl
8585

8686
upload_pypi:
@@ -96,4 +96,4 @@ jobs:
9696
- uses: pypa/gh-action-pypi-publish@release/v1
9797
with:
9898
password: ${{ secrets.PYPI_API_TOKEN }}
99-
skip_existing: true
99+
skip-existing: true

0 commit comments

Comments
 (0)