diff --git a/Makefile b/Makefile index f13f6f93..050f7767 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ pushdocs: poetry run mkdocs gh-deploy --force build: - poetry version $(git describe --tags --abbrev=0) && poetry publish --build --dry-run + poetry version $$(git describe --tags --abbrev=0) && poetry publish --build --dry-run publish: - poetry config pypi-token.pypi $PYPI_TOKEN && poetry version $(git describe --tags --abbrev=0) && poetry publish --build + poetry config pypi-token.pypi $PYPI_TOKEN && poetry version $$(git describe --tags --abbrev=0) && poetry publish --build tests: test