|
|
@@ -5,17 +5,17 @@ jobs: |
|
|
|
build-linux: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Set up QEMU |
|
|
|
uses: docker/setup-qemu-action@v1 |
|
|
|
- name: Build manylinux2014 x86-64 wheels |
|
|
|
uses: earwig/python-wheels-manylinux-build@latest-manylinux2014_x86_64 |
|
|
|
with: |
|
|
|
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311' |
|
|
|
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312' |
|
|
|
- name: Build manylinux 2014 aarch64 wheels |
|
|
|
uses: earwig/python-wheels-manylinux-build@latest-manylinux2014_aarch64 |
|
|
|
with: |
|
|
|
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311' |
|
|
|
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312' |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
name: wheels |
|
|
@@ -37,9 +37,10 @@ jobs: |
|
|
|
- '3.9' |
|
|
|
- '3.10' |
|
|
|
- '3.11' |
|
|
|
- '3.12' |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
- name: Build wheels |
|
|
|