mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
* use minimum dependencies rather than specific hashes. * install specific version of pytest and install pylint. * python 3.7 still not working.
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
|