Skip to content

Commit

Permalink
Fix sdist build (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 18, 2022
1 parent 6822ad4 commit 6af82ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
python-version: '3.7'

- name: Build sdist
run: python setup.py sdist
run: |
python -m pip install build
python -m build . --sdist
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6af82ca

Please sign in to comment.