Skip to content

Commit

Permalink
Need to install wheel package for bdist_wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 12, 2023
1 parent bb8d37a commit 3a6a771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ jobs:
python-version: 3.9
- name: Build full source distribution as tar.gz
run: python setup.py sdist
- name: Install the wheel package
run: pip install wheel
- name: Build pure Python source wheel
run: WRAPT_INSTALL_EXTENSIONS=false python setup.py bdist_wheel
- name: Store built wheels
Expand Down

0 comments on commit 3a6a771

Please sign in to comment.