Skip to content

Commit 470d1c6

Browse files
committed
fix(python): typo in python release pipeline
1 parent dac20e4 commit 470d1c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ python-publish: ## Publish the python packages
8484
cd ./python && \
8585
sed -i "s/version = \".*\"/version = \"$(NPM_VERSION)\"/" pyproject.toml && \
8686
uv build && \
87-
uv push
88-
89-
87+
uv publish
9088

9189
.PHONY: test
9290
test: ## Run the tests

0 commit comments

Comments
 (0)