|
@@ -50,12 +50,12 @@ jobs:
|
|
name: Set up QEMU
|
|
name: Set up QEMU
|
|
if: "matrix.os == 'ubuntu-latest'"
|
|
if: "matrix.os == 'ubuntu-latest'"
|
|
- name: Build (Linux aarch64)
|
|
- name: Build (Linux aarch64)
|
|
- uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2014_aarch64
|
|
|
|
|
|
+ uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2014_aarch64
|
|
with:
|
|
with:
|
|
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
|
|
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
|
|
if: "matrix.os == 'ubuntu-latest'"
|
|
if: "matrix.os == 'ubuntu-latest'"
|
|
- name: Build (Linux)
|
|
- name: Build (Linux)
|
|
- uses: RalfG/python-wheels-manylinux-build@v0.3.1
|
|
|
|
|
|
+ uses: RalfG/python-wheels-manylinux-build@v0.5.0
|
|
with:
|
|
with:
|
|
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
|
|
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
|
|
env:
|
|
env:
|