Skip to content

Commit 15400de

Browse files
authored
Fix sdist build for publishing (#836)
1 parent 704e36a commit 15400de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publishing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
with:
4848
python-version: 3.13
4949
- run: |
50-
python -m pip install --upgrade pip setuptools
51-
python setup.py sdist
50+
python -m pip install --upgrade build
51+
python -m build --sdist
5252
- uses: actions/upload-artifact@v3
5353
with:
5454
path: ./dist/*

0 commit comments

Comments
 (0)