From bde6d064480322a9d89ed8fd489d0fb1f7e4315e Mon Sep 17 00:00:00 2001 From: LarryLian Date: Fri, 25 Oct 2024 15:25:54 +0800 Subject: [PATCH] Fix version to v4 --- .github/workflows/manylinux_basic.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/manylinux_basic.yml b/.github/workflows/manylinux_basic.yml index 5600520..368436c 100644 --- a/.github/workflows/manylinux_basic.yml +++ b/.github/workflows/manylinux_basic.yml @@ -14,7 +14,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build Wheels run: | yum -y install wget @@ -29,7 +28,7 @@ jobs: echo `pwd` - name: Archive pygloo-wheels - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: pygloo_python3X_wheels_on_manylinux path: dist/*