mirror of
https://gitea.com/Lerking/XtendR.git
synced 2026-06-22 17:50:05 +02:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
dist:
|
|
python -m build
|
|
|
|
test:
|
|
twine upload --repository testpypi /dist
|
|
|
|
publish:
|
|
twine upload --repository pypi /dist
|