Skip to content

Commit

Permalink
Build: Add collective wheel archive and fix release upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 24, 2024
1 parent 67e965e commit 1533a7f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,21 @@ jobs:
- name: Download bdist files
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
path: ~/downloads
path: ./bdist_downloads
merge-multiple: true

- name: List downloaded artifacts
run: ls -la ~/downloads
run: ls -la ./bdist_downloads

- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
path: ./bdist_downloads/*.whl
name: wheels

- name: Release
uses: softprops/action-gh-release@v1
with:
files: ~/downloads/*.whl

files: ./bdist_downloads/*.whl

Linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1533a7f

Please sign in to comment.