Skip to content

Commit

Permalink
ci: fix release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Mar 1, 2024
1 parent 124e035 commit f063b82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload sdist artifact
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-sdist
path: dist/*.tar.gz


Expand All @@ -62,7 +62,7 @@ jobs:
platforms: ${{matrix.arch}}

- name: Build wheels
uses: joerick/[email protected].3
uses: joerick/[email protected].5
with:
output-dir: dist
env:
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Upload wheel artifacts
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-wheel-${{matrix.arch}}
path: dist/*.whl


Expand All @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: dist
pattern: dist-*
path: dist
merge-multiple: true

Expand Down

0 comments on commit f063b82

Please sign in to comment.