Skip to content

Commit 308c7ed

Browse files
authored
Merge pull request #77 from sentinel-hub/develop
update makefile for releasing the package
2 parents 39de435 + 8d98da5 commit 308c7ed

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)