Skip to content

Commit

Permalink
Build sdist correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jun 25, 2024
1 parent dc776a3 commit 2ea04a0
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 2ea04a0

Please sign in to comment.