Skip to content
Snippets Groups Projects
Commit 248134d8 authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Remove the Makefile since it is not needed any more

parent 9bdd2cbb
No related branches found
No related tags found
No related merge requests found
Pipeline #24693 passed
upload: clean
@[ "$$(git symbolic-ref -q HEAD)" == "refs/heads/master" ] || \
{ echo "Uploading can only be done on the master branch."; exit 1; }
python setup.py sdist && \
python setup.py bdist_wheel --universal && \
twine upload dist/*
clean:
rm -rf build dist *.egg-info
.PHONY: clean upload
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment