Skip to content

Commit

Permalink
[hotfix] Fix build wheels (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangXingBo authored Oct 23, 2024
1 parent e0d544e commit 87fe7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build source
run: python setup.py sdist
- name: Upload sources as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: source_package
path: ./dist/
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Build wheel
run: bash dev/build-wheels.sh
- name: Upload wheels as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheel_ubuntu-20.04
path: ./dist/
Expand Down

0 comments on commit 87fe7f8

Please sign in to comment.