Skip to content

Commit 425d233

Browse files
committed
updated source package build
1 parent 6b9c497 commit 425d233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- uses: actions/setup-python@master
1919
with:
2020
python-version: 3.14
21-
- run: pip install -r requirements-build-3_14.txt
22-
- run: python setup.py sdist
21+
- run: python -m pip install build
22+
- run: python -m build --sdist
2323
- uses: actions/upload-artifact@v4
2424
with:
2525
name: dist-sdist

0 commit comments

Comments
 (0)