Skip to content

Commit

Permalink
Attempt to build a pure Python source wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 12, 2023
1 parent 511a8ce commit bb8d37a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Build source distribution
- name: Build full source distribution as tar.gz
run: python setup.py sdist
- name: Build pure Python source wheel
run: WRAPT_INSTALL_EXTENSIONS=false python setup.py bdist_wheel
- name: Store built wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bb8d37a

Please sign in to comment.