This commit is contained in:
Xi Yan 2025-01-09 16:54:04 -08:00
parent 19887139b4
commit 2644e096d6

View file

@ -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: