Files
rfd/Makefile
Dave Gallant 5a1799bdf5 use minimum dependencies rather than specific hashes. (#6)
* use minimum dependencies rather than specific hashes.

* install specific version of pytest and install pylint.

* python 3.7 still not working.
2018-06-02 22:20:16 -04:00

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