From 12ea4c24d5954de55023f5a40ed25f7fdd4e1464 Mon Sep 17 00:00:00 2001 From: Quanzheng Long Date: Wed, 18 Mar 2026 10:20:22 -0700 Subject: [PATCH] fixpush --- saf-python-sdk/Makefile | 3 ++- saf-python-sdk/pyproject.toml | 2 +- saf-python-sdk/uv.lock | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/saf-python-sdk/Makefile b/saf-python-sdk/Makefile index b76ff8dd6..a95abb0e5 100644 --- a/saf-python-sdk/Makefile +++ b/saf-python-sdk/Makefile @@ -8,8 +8,9 @@ TEST_BASE = uv run --python $(PYTHON_VERSION) --with pytest --with anyio --with publish-to-pypi-saf-python-sdk: @test -n "$(PYPI_TOKEN)" || (echo "PYPI_TOKEN is required"; exit 1) cd "$(CURDIR)" && \ + PATH="$(HOME)/.cargo/bin:$$PATH" \ MATURIN_PYPI_TOKEN="$(PYPI_TOKEN)" \ - uvx maturin publish --repository $(PYPI_REPOSITORY) --non-interactive --skip-existing --no-sdist + uv run --with maturin maturin publish --repository $(PYPI_REPOSITORY) --non-interactive --skip-existing --no-sdist all-tests: $(TEST_BASE) tests/advanced-graph/test_*.py diff --git a/saf-python-sdk/pyproject.toml b/saf-python-sdk/pyproject.toml index 5c3ffa3e8..b2c2f126b 100644 --- a/saf-python-sdk/pyproject.toml +++ b/saf-python-sdk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "saf-python-sdk" -version = "0.1.2" +version = "0.1.3" description = "Standalone advanced graph runtime powered by Rust engine" readme = "README.md" requires-python = ">=3.10" diff --git a/saf-python-sdk/uv.lock b/saf-python-sdk/uv.lock index 41e30f5f1..4c924866b 100644 --- a/saf-python-sdk/uv.lock +++ b/saf-python-sdk/uv.lock @@ -4,5 +4,5 @@ requires-python = ">=3.10" [[package]] name = "saf-python-sdk" -version = "0.1.2" +version = "0.1.3" source = { editable = "." }