Browse Source

Bump action version to 0.3.1

Jelmer Vernooij 4 năm trước cách đây
mục cha
commit
10c019fa58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/pythonpublish.yml

+ 1 - 1
.github/workflows/pythonpublish.yml

@@ -42,7 +42,7 @@ jobs:
         mv dist/*.whl wheelhouse
       if: "matrix.os != 'ubuntu-latest'"
     - name: Build and publish (Linux)
-      uses: RalfG/python-wheels-manylinux-build@v0.2.2
+      uses: RalfG/python-wheels-manylinux-build@v0.3.1
       if: "matrix.os == 'ubuntu-latest'"
     - name: Publish (Linux)
       env: