Skip to content

Commit

Permalink
Fix publish CI workflow (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoOinonen authored Feb 10, 2025
1 parent 9ebc2d1 commit f5356e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload distribution artifacts
uses: actions/upload-artifact@v4
with:
name: release
name: release-wheel-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Upload distribution artifacts
uses: actions/upload-artifact@v4
with:
name: release
name: release-sdist
path: dist/*.tar.gz

publish:
Expand All @@ -74,8 +74,9 @@ jobs:
- uses: actions/[email protected]
name: Download distribution artifact
with:
name: release
path: dist/
pattern: release-*
path: dist
merge-multiple: true

- uses: softprops/action-gh-release@v1
name: Create release
Expand Down

0 comments on commit f5356e1

Please sign in to comment.