Skip to content

Commit

Permalink
add build to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed Oct 30, 2024
1 parent f67ca97 commit aa15c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.10'

- name: Get dependencies
run: pip install requests wheel auditwheel
run: pip install build requests wheel auditwheel

- name: Build Wheels
run: python -m build
Expand Down

0 comments on commit aa15c34

Please sign in to comment.