From 2644e096d637fae1a4fb48c4c33ab7b3030f23e9 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 9 Jan 2025 16:54:04 -0800 Subject: [PATCH] bugfix --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index d61398e25..5e0c87e15 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -64,7 +64,7 @@ jobs: - name: Update version for nightly run: | sed -i 's/version="\([^"]*\)"/version="\1${{ steps.version.outputs.version }}"/' setup.py - set -i 's/llama-stack-client>="\([^"]*\)"/llama-stack-client=="\1${{ steps.version.outputs.version }}" --index-url https://test.pypi.org/simple/' + sed -i 's/llama-stack-client>="\([^"]*\)"/llama-stack-client=="\1${{ steps.version.outputs.version }}" --index-url https://test.pypi.org/simple/' - name: Set up Python uses: actions/setup-python@v5 with: