Skip to content

Commit

Permalink
Use pip to buid wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-h committed Jun 1, 2024
1 parent 7f32b95 commit 1631c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: README
path: README
- run: mv README/README.md README.md
- run: python setup.py bdist_wheel
- run: pip wheel -w dist
if: startsWith(runner.os, 'Linux') != true
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1631c36

Please sign in to comment.