Skip to content

Commit a59c9db

Browse files
committed
BUILD Artifact Upload change (does not allow the same name for artifacts)
1 parent dc22220 commit a59c9db

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/workflows/accelerate-manylinux.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Save wheels
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: accel-binary
97+
name: accel-binary-${{ matrix.os }}
9898
path: accelerate/dist/*.whl
9999

100100
pypi-publish-accel:
@@ -115,11 +115,23 @@ jobs:
115115
with:
116116
name: accel
117117
path: dist
118-
- name: Download Accelerate Binary
118+
- name: Download Accelerate Binary Windows
119119
uses: actions/[email protected]
120-
id: download-accelerate-bin
120+
id: download-accelerate-bin-windows
121121
with:
122-
name: accel-binary
122+
name: accel-binary-windows-latest
123+
path: dist
124+
- name: Download Accelerate Binary Ubuntu
125+
uses: actions/[email protected]
126+
id: download-accelerate-bin-ubuntu
127+
with:
128+
name: accel-binary-ubuntu-latest
129+
path: dist
130+
- name: Download Accelerate Binary MacOS
131+
uses: actions/[email protected]
132+
id: download-accelerate-bin-macOS
133+
with:
134+
name: accel-binary-macOS-latest
123135
path: dist
124136

125137
# retrieve your distributions here

0 commit comments

Comments
 (0)