mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update Makefile so 'release' depends on 'dist'
This commit is contained in:
parent
44aa52b71a
commit
3c97532219
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
|
||||
servedocs: docs ## compile the docs watching for changes
|
||||
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||
|
||||
release: clean ## package and upload a release
|
||||
release: dist ## package and upload a release
|
||||
twine upload dist/*
|
||||
|
||||
dist: clean ## builds source (and not for now, wheel package)
|
||||
|
Loading…
x
Reference in New Issue
Block a user