Skip to content

Commit 4985ced

Browse files
committed
fix: Test build debug
1 parent 4dffdf4 commit 4985ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ jobs:
418418
- name: Install dev dependencies for build
419419
run: pip install -r requirements-dev.txt
420420
- name: Build sdist
421-
run: python setup.py sdist
421+
run: python -m build --sdist
422422
- name: Upload sdist
423423
uses: actions/upload-artifact@v4
424424
with:

0 commit comments

Comments
 (0)