We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b25bc commit 025b282Copy full SHA for 025b282
1 file changed
.github/workflows/pypi.yml
@@ -68,7 +68,7 @@ jobs:
68
run: ./scripts/download_unpack_roms.sh
69
70
- name: Build wheels
71
- uses: pypa/cibuildwheel@v2.21.1
+ uses: pypa/cibuildwheel@v2.21.0
72
env:
73
CIBW_ARCHS: "${{ matrix.arch }}"
74
@@ -89,8 +89,8 @@ jobs:
89
- uses: actions/download-artifact@v4
90
with:
91
name: |
92
- wheels-windows-latest-x86_64/
93
- wheels-ubuntu-latest-ARM64/
+ wheels-windows-latest-ARM64/
+ wheels-ubuntu-latest-x86_64/
94
wheels-macos-12-x86_64/
95
wheels-macos-12-arm64/
96
path: wheels
0 commit comments