Skip to content

Commit

Permalink
Use build instead of setup.py sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Aug 1, 2023
1 parent 7ec223c commit a5fd561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manylinux1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: build sdist
run: |
python -m pip install --upgrade pip
pip install twine setuptools-scm
python setup.py sdist
pip install twine setuptools-scm build
python -m build
- name: upload to pypi if tagged
if: startsWith(github.ref, 'refs/tags')
env:
Expand Down

0 comments on commit a5fd561

Please sign in to comment.