瀏覽代碼

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: