Skip to content

Commit

Permalink
Use regular setuptools for sdist instead of pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
oysstu authored Apr 6, 2022
1 parent c90793a commit a264875
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
submodules: true

- name: Build SDist
run: pipx run build --sdist

- name: Check metadata
run: pipx run twine check dist/*
run: python setup.py sdist

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a264875

Please sign in to comment.