Skip to content

Commit

Permalink
fixup previous
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Aug 8, 2024
1 parent 1fa0003 commit e2aa304
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pybraidz-chunked-iter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,17 @@ jobs:
runs-on: ubuntu-latest
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
- name: Download wheels
uses: actions/download-artifact@v4
with:
path: wheels
pattern: wheels-*
merge-multiple: true
- name: Upload final artifact
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheels

release:
name: Release
Expand Down

0 comments on commit e2aa304

Please sign in to comment.