Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelmassot committed May 10, 2024
1 parent ef6c859 commit aef423e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pipx run build --sdist
- uses: actions/upload-artifact@v4
with:
name: sdist
name: cibw-sdist
path: dist/*.tar.gz

upload_all:
Expand All @@ -75,8 +75,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@v1.8.14
with:
skip_existing: true
Expand Down

0 comments on commit aef423e

Please sign in to comment.