This commit is contained in:
Xi Yan 2025-01-09 17:02:35 -08:00
parent df55ec654e
commit 0b0446f219

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
sed -i 's/llama-stack-client>="\([^"]*\)"/llama-stack-client=="\1${{ steps.version.outputs.version }} --index-url https://test.pypi.org/simple/"/' requirements.txt
sed -i 's/llama-stack-client>="\([^"]*\)"/llama-stack-client=="\1${{ steps.version.outputs.version }}"/' requirements.txt
- name: Set up Python
uses: actions/setup-python@v5
with: