fix(python): typo in python release pipeline

This commit is contained in:
Marc Nuri
2025-04-07 18:35:11 +02:00
parent dac20e4ee3
commit 470d1c6327

View File

@@ -84,9 +84,7 @@ python-publish: ## Publish the python packages
cd ./python && \
sed -i "s/version = \".*\"/version = \"$(NPM_VERSION)\"/" pyproject.toml && \
uv build && \
uv push
uv publish
.PHONY: test
test: ## Run the tests