mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
[#681] Update version handling in source and travis deployments
This commit is contained in:
parent
27db5e520f
commit
1840132b76
3 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -26,10 +26,10 @@ 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
|
||||
release:
|
||||
poetry publish
|
||||
poetry run mkdocs gh-deploy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue