We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd613f5 commit 4dffdf4Copy full SHA for 4dffdf4
2 files changed
.github/workflows/build.yml
@@ -419,8 +419,6 @@ jobs:
419
run: pip install -r requirements-dev.txt
420
- name: Build sdist
421
run: python setup.py sdist
422
- - name: List built package
423
- run: ls -l dist/
424
- name: Upload sdist
425
uses: actions/upload-artifact@v4
426
with:
Makefile
@@ -63,7 +63,7 @@ test-local-sdist-build:
63
python3 -m pip install -r requirements.txt
64
python3 -m pip install -r requirements-dev.txt
65
# Build sdist package
66
- python -m build --sdist
+ python setup.py sdist
67
# Install local build in venv
68
pip install $$(ls dist/*.tar.gz)
69
# Verify installation in local venv
0 commit comments