Skip to content

Commit

Permalink
Fix version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryLian authored and LarryLian committed Oct 25, 2024
1 parent b3518e5 commit bde6d06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manylinux_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Build Wheels
run: |
yum -y install wget
Expand All @@ -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/*

0 comments on commit bde6d06

Please sign in to comment.