9 lines
122 B
Makefile
9 lines
122 B
Makefile
dist:
|
|
python -m build
|
|
|
|
test:
|
|
twine upload --repository testpypi dist/*
|
|
|
|
publish:
|
|
twine upload --repository pypi dist/*
|