Skip to content

Commit 8c9cdfc

Browse files
committed
We should actually upload the arm wheels - it would be a shame to build them and throw them into the abyss
1 parent fe4d2c3 commit 8c9cdfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ jobs:
132132
with:
133133
name: dist-macos-latest
134134
path: dist/
135+
- uses: actions/download-artifact@v4
136+
with:
137+
name: dist-ubuntu-24.04-arm
138+
path: dist/
135139
- name: Generate SHA256 files for each wheel
136140
run: |
137141
sha256sum dist/*.whl > checksums.txt

0 commit comments

Comments
 (0)