Skip to content

Commit

Permalink
BUILD Artifact Upload change (does not allow the same name for artifa…
Browse files Browse the repository at this point in the history
…cts)
  • Loading branch information
mcfletch committed Dec 31, 2024
1 parent dc22220 commit a59c9db
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/accelerate-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Save wheels
uses: actions/upload-artifact@v4
with:
name: accel-binary
name: accel-binary-${{ matrix.os }}
path: accelerate/dist/*.whl

pypi-publish-accel:
Expand All @@ -115,11 +115,23 @@ jobs:
with:
name: accel
path: dist
- name: Download Accelerate Binary
- name: Download Accelerate Binary Windows
uses: actions/[email protected]
id: download-accelerate-bin
id: download-accelerate-bin-windows
with:
name: accel-binary
name: accel-binary-windows-latest
path: dist
- name: Download Accelerate Binary Ubuntu
uses: actions/[email protected]
id: download-accelerate-bin-ubuntu
with:
name: accel-binary-ubuntu-latest
path: dist
- name: Download Accelerate Binary MacOS
uses: actions/[email protected]
id: download-accelerate-bin-macOS
with:
name: accel-binary-macOS-latest
path: dist

# retrieve your distributions here
Expand Down

0 comments on commit a59c9db

Please sign in to comment.