Skip to content

Commit 14aa184

Browse files
committed
.github/workflows/buildwheel.yml: Build sdist using https://github.com/pypa/build
1 parent 4439f12 commit 14aa184

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ jobs:
6868
with:
6969
python-version: '3.12'
7070

71-
- run: pip install --upgrade pip
72-
- run: pip install cython setuptools
73-
- run: python setup.py sdist
71+
- run: pip install build
72+
- run: python -m build --sdist
7473

7574
- uses: actions/upload-artifact@v4
7675
with:

0 commit comments

Comments
 (0)