mirror of
https://github.com/davegallant/decorate-all-methods.git
synced 2025-08-05 17:33:39 +00:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
build:
|
|
rm -rf dist/
|
|
python setup.py sdist
|
|
|
|
push_test:
|
|
twine upload -r testpypi dist/*.tar.gz
|
|
|
|
push_prod:
|
|
twine upload dist/*.tar.gz
|