Skip to content

Commit

Permalink
Merge pull request #201 from benjeffery/fix-sdist
Browse files Browse the repository at this point in the history
Build sdist correctly
  • Loading branch information
benjeffery authored Jun 25, 2024
2 parents 33adf8f + 0e25101 commit f9a1891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
shell: bash
run: |
cd python
python -m pip install numpy
python setup.py sdist
pip install build
python -m build --sdist
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f9a1891

Please sign in to comment.