Skip to content

Commit

Permalink
use pip wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 23, 2021
1 parent 3da2228 commit ae41e24
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 @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: pip install --upgrade pip setuptools wheel
- name: Build wheel
run: python setup.py bdist_wheel
run: pip wheel -w dist .
- name: Save wheel
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ae41e24

Please sign in to comment.