Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jan 31, 2024
1 parent 0f78895 commit 76368ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl

sdist:
Expand All @@ -89,7 +90,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}
name: sdist
path: dist/*.tar.gz

upload:
Expand All @@ -99,7 +100,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: dist-*
pattern: "*"
merge-multiple: true
path: dist

Expand Down

0 comments on commit 76368ce

Please sign in to comment.