File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66env :
77 BUILD_TYPE : Release
88 MIN_CIBUILDWHEEL_VERSION : 2.16.2
9- PYTHON_VERSION : 3.11
9+ PYTHON_VERSION : 3.x
1010
1111jobs :
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 :
You can’t perform that action at this time.
0 commit comments