Skip to content

Commit c4ba296

Browse files
committed
Bump qemu version, tidy up naming
1 parent 5592101 commit c4ba296

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
BUILD_TYPE: Release
88
MIN_CIBUILDWHEEL_VERSION: 2.16.2
9-
PYTHON_VERSION: 3.11
9+
PYTHON_VERSION: 3.x
1010

1111
jobs:
1212
build_sdist:
@@ -75,14 +75,14 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777

78-
- name: Set up Python ${{ env.PYTHON_VERSION }}
78+
- name: Set up Python
7979
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ env.PYTHON_VERSION }}
8282

8383
- name: Set up QEMU for linux/arm64 builds
8484
if: runner.os == 'Linux' && matrix.config.use-qemu == true
85-
uses: docker/setup-qemu-action@v2
85+
uses: docker/setup-qemu-action@v3
8686
with:
8787
platforms: arm64
8888

@@ -98,13 +98,13 @@ jobs:
9898

9999
- uses: actions/upload-artifact@v4
100100
with:
101-
name: wheel-${{ matrix.config.os }}-${{ matrix.config.cibw-arch }}
101+
name: wheels-${{ matrix.config.os }}-${{ matrix.config.cibw-arch }}
102102
path: ./dist/*.whl
103103
compression-level: 0 # contents are already compressed
104104

105105

106-
aggregate_artifact:
107-
name: Aggregate artifact
106+
aggregate_artifacts:
107+
name: Aggregate artifacts
108108
runs-on: ubuntu-latest
109109
needs: [build_sdist, build_wheels]
110110
steps:

0 commit comments

Comments
 (0)