Skip to content

Commit

Permalink
build sdist with -m build (pep517.build now errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Nov 15, 2024
1 parent 01892bf commit c2c1648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:

- name: Build sdist (pep517)
run: |
python -m pip install pep517 numpy cython
python -m pep517.build -s .
python -m pip install build numpy cython
python -m build -s
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c2c1648

Please sign in to comment.