Skip to content

Commit 4dffdf4

Browse files
committed
fix: Change build script
1 parent dd613f5 commit 4dffdf4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,6 @@ jobs:
419419
run: pip install -r requirements-dev.txt
420420
- name: Build sdist
421421
run: python setup.py sdist
422-
- name: List built package
423-
run: ls -l dist/
424422
- name: Upload sdist
425423
uses: actions/upload-artifact@v4
426424
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-local-sdist-build:
6363
python3 -m pip install -r requirements.txt
6464
python3 -m pip install -r requirements-dev.txt
6565
# Build sdist package
66-
python -m build --sdist
66+
python setup.py sdist
6767
# Install local build in venv
6868
pip install $$(ls dist/*.tar.gz)
6969
# Verify installation in local venv

0 commit comments

Comments
 (0)