Skip to content

Commit 1f407db

Browse files
committed
Switch to official PyPA build frontend for sdist
ref https://pypi.org/project/build/
1 parent 1d3c4fe commit 1f407db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363

6464
- name: Build source distribution
6565
run: |
66-
pip install -U setuptools wheel pip
67-
python setup.py sdist
66+
pip install -U setuptools wheel build
67+
python -m build --sdist
6868
6969
- uses: actions/upload-artifact@v4
7070
with:

0 commit comments

Comments
 (0)