Skip to content

Commit 8d98da5

Browse files
committed
update makefile
1 parent ec2e12b commit 8d98da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ help:
88

99
upload:
1010
rm -r dist build | true
11-
$(PYTHON) setup.py sdist bdist_wheel
11+
python -m build --sdist --wheel
1212
twine upload dist/*
1313

1414
# For testing:
1515
test-upload:
1616
rm -r dist build | true
17-
$(PYTHON) setup.py sdist bdist_wheel
17+
python -m build --sdist --wheel
1818
twine upload --repository testpypi dist/*

0 commit comments

Comments
 (0)