mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: maintainers are not able to do a release
Solution: reintroduce `make dist` and `make release`
This commit is contained in:
parent
03c8f16475
commit
3ed3334188
8
Makefile
8
Makefile
@ -88,6 +88,14 @@ clean: clean-build clean-pyc clean-test ## Remove all build, test, coverage and
|
||||
reset: check-deps ## Stop and REMOVE all containers. WARNING: you will LOSE all data stored in BigchainDB.
|
||||
@$(DC) down
|
||||
|
||||
release: dist ## package and upload a release
|
||||
twine upload dist/*
|
||||
|
||||
dist: clean ## builds source (and not for now, wheel package)
|
||||
python setup.py sdist
|
||||
# python setup.py bdist_wheel
|
||||
ls -l dist
|
||||
|
||||
###############
|
||||
# Sub targets #
|
||||
###############
|
||||
|
Loading…
x
Reference in New Issue
Block a user