summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e23439..65a523c 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,9 @@ tox-py39: check-poetry ## Run pytest via tox with *python v3.9*
pytest: check-poetry ## Run pytest
poetry run pytest
-update-rst-readme: ## update README.rst from README.creole
+update-readmes: ## update README.rst from README.creole
poetry run update_rst_readme
+ poetry run update_markdown_readme
publish: ## Release new version to PyPi
poetry run publish