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 ad57b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manylinux_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: quay.io/pypa/manylinux2014_x86_64

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build Wheels
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
echo `pwd`
- name: Archive pygloo-wheels
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pygloo_python3X_wheels_on_manylinux
path: dist/*

0 comments on commit ad57b76

Please sign in to comment.