This commit is contained in:
Dave G
2018-05-09 22:11:05 -04:00
parent aa32a3ddd2
commit 6345fa4142
7 changed files with 726 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
build:
rm -rf dist/
pipenv lock -r > requirements.txt
python setup.py sdist
push_test:
twine upload -r testpypi dist/*.tar.gz
push_prod:
twine upload dist/*.tar.gz