6 lines
70 B
Makefile
6 lines
70 B
Makefile
|
build:
|
||
|
python setup.py sdist bdist_wheel
|
||
|
|
||
|
push:
|
||
|
twine upload dist/*
|