Quellcode durchsuchen

try bumping RalfG/python-wheels-manylinux-build to v0.5.0

skshetry vor 2 Jahren
Ursprung
Commit
84731421b5
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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: