Skip to content

Commit dcebcd0

Browse files
committed
Update the CI to generate sdist
1 parent 444f1fc commit dcebcd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
with:
3232
python-version: '3.10'
3333
- name: Build sdist
34-
run: python setup.py sdist
34+
run: |
35+
python -m pip install -U pip build
36+
python -m build --sdist
3537
- uses: actions/upload-artifact@v3
3638
with:
3739
name: artifact

0 commit comments

Comments
 (0)