Skip to content

Commit

Permalink
Merge pull request #77 from sentinel-hub/develop
Browse files Browse the repository at this point in the history
update makefile for releasing the package
  • Loading branch information
zigaLuksic authored Jun 1, 2023
2 parents 39de435 + 8d98da5 commit 308c7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ help:

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

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

0 comments on commit 308c7ed

Please sign in to comment.