mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Modify Makefile for releases
This commit is contained in:
parent
acc5b2fd42
commit
1d0396212b
9
Makefile
9
Makefile
@ -74,13 +74,12 @@ docs: ## generate Sphinx HTML documentation, including API docs
|
|||||||
servedocs: docs ## compile the docs watching for changes
|
servedocs: docs ## compile the docs watching for changes
|
||||||
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||||
|
|
||||||
release: clean ## package and upload a release
|
release: clean ## package and upload a release (requires a `~/.pypirc` file)
|
||||||
python setup.py sdist upload
|
twine upload dist/*
|
||||||
python setup.py bdist_wheel upload
|
|
||||||
|
|
||||||
dist: clean ## builds source and wheel package
|
dist: clean ## builds source (and not for now, wheel package)
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
python setup.py bdist_wheel
|
# python setup.py bdist_wheel
|
||||||
ls -l dist
|
ls -l dist
|
||||||
|
|
||||||
install: clean ## install the package to the active Python's site-packages
|
install: clean ## install the package to the active Python's site-packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user