Skip to content

Commit

Permalink
Merge pull request #2160 from vrde/reintroduce-dist-and-release
Browse files Browse the repository at this point in the history
Problem: maintainers are not able to do a release
  • Loading branch information
ttmc committed Mar 28, 2018
2 parents 03c8f16 + 3ed3334 commit e3be475
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
###############
Expand Down

0 comments on commit e3be475

Please sign in to comment.