Build wheels for CPython 3.9 and manylinux aarch64

This commit is contained in:
Nguyễn Gia Phong 2020-11-08 20:05:20 +07:00 committed by GitHub
parent 708f23b35a
commit 566911efad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.0-beta.4 - 3.9.0
python-version: 3.9
- name: Checkout palace
uses: actions/checkout@v2

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.0-beta.4 - 3.9.0
python-version: 3.9
- name: Install tox
run: python -m pip install tox

View File

@ -33,11 +33,13 @@ jobs:
language: shell
env: CIBW_BUILD=cp36-macosx_x86_64
- services: docker
env: CIBW_BUILD=cp36-manylinux_x86_64
env: CIBW_BUILD="cp36-manylinux_x86_64 cp36-manylinux_aarch64"
- services: docker
env: CIBW_BUILD=cp37-manylinux_x86_64
env: CIBW_BUILD="cp37-manylinux_x86_64 cp37-manylinux_aarch64"
- services: docker
env: CIBW_BUILD=cp38-manylinux_x86_64
env: CIBW_BUILD="cp38-manylinux_x86_64 cp38-manylinux_aarch64"
- services: docker
env: CIBW_BUILD="cp39-manylinux_x86_64 cp39-manylinux_aarch64"
script: python3 -m cibuildwheel --output-dir=dist