Skip to content

Commit

Permalink
Merge pull request #423 from machow/ci-release-wheel
Browse files Browse the repository at this point in the history
ci: add wheel build to release
  • Loading branch information
machow committed May 4, 2022
2 parents 57a310f + e220800 commit 397f4c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ jobs:
python-version: "3.8"
- name: "Build Package"
run:
python setup.py build sdist
pip install wheel
python setup.py build sdist bdist_wheel

# test deploy ----
- name: "Test Deploy to PyPI"
Expand Down

0 comments on commit 397f4c4

Please sign in to comment.