Skip to content

Commit

Permalink
Fix artifact uploads (turns out they aren't merged anymore).
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 2, 2024
1 parent f4491d4 commit 0b9169e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,9 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.cibw_build
with:
name: 'wheel-${{ matrix.cibw_build }}-${{ matrix.cibw_arch }}'
if-no-files-found: error
compression-level: 0
path: wheelhouse/*.whl
finish:
needs: test
Expand Down
3 changes: 3 additions & 0 deletions ci/templates/.github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.cibw_build
with:
name: '{{ 'wheel-${{ matrix.cibw_build }}-${{ matrix.cibw_arch }}' }}'
if-no-files-found: error
compression-level: 0
path: wheelhouse/*.whl
finish:
needs: test
Expand Down

0 comments on commit 0b9169e

Please sign in to comment.