We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9c497 commit 425d233Copy full SHA for 425d233
1 file changed
.github/workflows/ci.yml
@@ -18,8 +18,8 @@ jobs:
18
- uses: actions/setup-python@master
19
with:
20
python-version: 3.14
21
- - run: pip install -r requirements-build-3_14.txt
22
- - run: python setup.py sdist
+ - run: python -m pip install build
+ - run: python -m build --sdist
23
- uses: actions/upload-artifact@v4
24
25
name: dist-sdist
0 commit comments