From e83410a03cb5d0f542b1deca01487c255a3165ef Mon Sep 17 00:00:00 2001 From: George Pickering <9803299+bigpick@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:39:48 -0400 Subject: [PATCH] fix: publish needs matching version --- makefiles/Makefile.python.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefiles/Makefile.python.in b/makefiles/Makefile.python.in index 836105d..c355da4 100644 --- a/makefiles/Makefile.python.in +++ b/makefiles/Makefile.python.in @@ -85,8 +85,10 @@ package:: check-venv set-pyproject-vers install-deps test-all publish:: check-venv package @echo "++ $@" + $(MAKE) set-pyproject-vers poetry config repositories.testpypi https://test.pypi.org/legacy/ . $(ROOT_DIR)/plox-common/scripts/publish/python.sh && publish + poetry version 0.0.0 &>/dev/null extra-docker-args: @echo $(EXTRA_DOCKER_ARGS)