¯\_(ツ)_/¯

[#681] Update version handling in source and travis deployments
[#681] Appease the poetry gods
[#681] Separate local dev from pipeline releases
[#681] take out automated pages deployment (for now), since it broke the
site
This commit is contained in:
Jonathan Wren 2019-10-19 13:03:57 -07:00
parent 8c0c95d1f6
commit f7953fdd61
3 changed files with 13 additions and 18 deletions

View file

@ -13,10 +13,6 @@ clean:
html:
poetry run mkdocs serve
# Build GitHub Page from docs
docs:
poetry run mkdocs gh-deploy
format: ## check style with flake8
poetry run black features jrnl
@ -26,12 +22,8 @@ lint: ## check style with flake8
test: ## Run behave tests
poetry run behave
dist: clean ## builds source and wheel package
build:
poetry build
release: dist ## package and upload a release
poetry publish
poetry run mkdocs gh-deploy
install: clean ## install the package to the active Python's site-packages
poetry install