Преглед изворни кода

Build linux wheels for python 3.9.

Jelmer Vernooij пре 4 година
родитељ
комит
673f5aae6f
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/pythonpublish.yml

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

@@ -43,6 +43,8 @@ jobs:
       if: "matrix.os != 'ubuntu-latest'"
     - name: Build and publish (Linux)
       uses: RalfG/python-wheels-manylinux-build@v0.3.1
+      with:
+        python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
       env:
         # Temporary fix for LD_LIBRARY_PATH issue. See
         # https://github.com/RalfG/python-wheels-manylinux-build/issues/26