From 025b282c4493fb65afa7e266e26f8b0c73428f50 Mon Sep 17 00:00:00 2001 From: Mark Towers Date: Tue, 24 Sep 2024 10:08:58 +0100 Subject: [PATCH] Fix download artifact folder name --- .github/workflows/pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 920512bf7..5fb92bf3b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -68,7 +68,7 @@ jobs: run: ./scripts/download_unpack_roms.sh - name: Build wheels - uses: pypa/cibuildwheel@v2.21.1 + uses: pypa/cibuildwheel@v2.21.0 env: CIBW_ARCHS: "${{ matrix.arch }}" @@ -89,8 +89,8 @@ jobs: - uses: actions/download-artifact@v4 with: name: | - wheels-windows-latest-x86_64/ - wheels-ubuntu-latest-ARM64/ + wheels-windows-latest-ARM64/ + wheels-ubuntu-latest-x86_64/ wheels-macos-12-x86_64/ wheels-macos-12-arm64/ path: wheels