Преглед на файлове

Add aarch64 wheel building.

Jelmer Vernooij преди 4 години
родител
ревизия
23e3e8a8ac
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      .github/workflows/pythonpublish.yml

+ 8 - 0
.github/workflows/pythonpublish.yml

@@ -41,6 +41,14 @@ jobs:
       run: |
         python setup.py sdist bdist_wheel
       if: "matrix.os != 'ubuntu-latest'"
+    - uses: docker/setup-qemu-action@v1
+      name: Set up QEMU
+      if: "matrix.os == 'ubuntu-latest'"
+    - name: Build and publish (Linux aarch64)
+      uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2014_aarch64
+      with:
+        python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
+      if: "matrix.os == 'ubuntu-latest'"
     - name: Build and publish (Linux)
       uses: RalfG/python-wheels-manylinux-build@v0.3.1
       with: