2021-04-15 06:09:24 +00:00
|
|
|
release:
|
|
|
|
|
standard-version
|
|
|
|
|
|
|
|
|
|
publish: clean
|
|
|
|
|
python setup.py sdist
|
|
|
|
|
twine upload dist/*
|
2021-06-08 06:45:28 +00:00
|
|
|
git push --follow-tags
|
2021-04-15 06:09:24 +00:00
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
rm -rf dist
|
2021-04-15 16:38:50 +00:00
|
|
|
|
|
|
|
|
test:
|
|
|
|
|
poetry run python ./runtests.py
|