Skip to content

Commit d10c358

Browse files
authored
CI: update artifacts to reflect current wheel builds
1 parent da9a657 commit d10c358

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,12 @@ jobs:
185185
- uses: actions/download-artifact@v4
186186
continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
187187
with:
188-
name: wheels-macos-12-x86_64
188+
name: wheels-ubuntu-22.04-arm-aarch64
189+
path: dist
190+
- uses: actions/download-artifact@v4
191+
continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
192+
with:
193+
name: wheels-macos-13-x86_64
189194
path: dist
190195
- uses: actions/download-artifact@v4
191196
continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}

0 commit comments

Comments
 (0)