소스 검색

Merge pull request #1003 from skshetry/bump-RalfG/python-wheels-manylinux-build

bump RalfG/python-wheels-manylinux-build to v0.5.0
Jelmer Vernooij 2 년 전
부모
커밋
98d0a23187
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/pythonwheels.yml

+ 2 - 2
.github/workflows/pythonwheels.yml

@@ -50,12 +50,12 @@ jobs:
       name: Set up QEMU
       if: "matrix.os == 'ubuntu-latest'"
     - name: Build (Linux aarch64)
-      uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2014_aarch64
+      uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2014_aarch64
       with:
         python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
       if: "matrix.os == 'ubuntu-latest'"
     - name: Build (Linux)
-      uses: RalfG/python-wheels-manylinux-build@v0.3.1
+      uses: RalfG/python-wheels-manylinux-build@v0.5.0
       with:
         python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
       env: