Skip to content

Commit

Permalink
test v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Nov 17, 2024
1 parent a42e471 commit 588cfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
command: sdist
args: -o dist
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: bindings/python/dist
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Workaround ring 0.17 build issue
CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: bindings/python/dist
Expand Down

0 comments on commit 588cfb2

Please sign in to comment.