mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #2160 from vrde/reintroduce-dist-and-release
Problem: maintainers are not able to do a release
This commit is contained in:
commit
e3be475ebd
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.
|
reset: check-deps ## Stop and REMOVE all containers. WARNING: you will LOSE all data stored in BigchainDB.
|
||||||
@$(DC) down
|
@$(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 #
|
# Sub targets #
|
||||||
###############
|
###############
|
||||||
|
Loading…
x
Reference in New Issue
Block a user