Skip to content

Commit 025b282

Browse files
Fix download artifact folder name
1 parent 93b25bc commit 025b282

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: ./scripts/download_unpack_roms.sh
6969

7070
- name: Build wheels
71-
uses: pypa/cibuildwheel@v2.21.1
71+
uses: pypa/cibuildwheel@v2.21.0
7272
env:
7373
CIBW_ARCHS: "${{ matrix.arch }}"
7474

@@ -89,8 +89,8 @@ jobs:
8989
- uses: actions/download-artifact@v4
9090
with:
9191
name: |
92-
wheels-windows-latest-x86_64/
93-
wheels-ubuntu-latest-ARM64/
92+
wheels-windows-latest-ARM64/
93+
wheels-ubuntu-latest-x86_64/
9494
wheels-macos-12-x86_64/
9595
wheels-macos-12-arm64/
9696
path: wheels

0 commit comments

Comments
 (0)