~cnx/palace

566911efad316b626c63a1b8611fdfff52b9de66 — Nguyễn Gia Phong 2 years ago 708f23b 0.2.2
Build wheels for CPython 3.9 and manylinux aarch64

3 files changed, 7 insertions(+), 5 deletions(-)

M .github/workflows/docs.yml
M .github/workflows/lint.yml
M .travis.yml
M .github/workflows/docs.yml => .github/workflows/docs.yml +1 -1
@@ 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

M .github/workflows/lint.yml => .github/workflows/lint.yml +1 -1
@@ 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

M .travis.yml => .travis.yml +5 -3
@@ 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