This commit is contained in:
Xi Yan 2025-01-08 17:20:42 -08:00
parent 10b136055a
commit 3ce9601f9d
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
# if: github.event_name == 'schedule'
run: |
# Assuming your version is in setup.py or pyproject.toml
sed -i 's/version="\([^"]*\)"/version="\1rc${{ steps.date.outputs.date }}"/' setup.py
sed -i 's/version="\([^"]*\)"/version="\1.nightly${{ steps.date.outputs.date }}"/' setup.py
- name: Set up Python
uses: actions/setup-python@v5
with:

View file

@ -16,7 +16,7 @@ def read_requirements():
setup(
name="llama_stack",
version="0.0.64",
version="0.0.63",
author="Meta Llama",
author_email="llama-oss@meta.com",
description="Llama Stack",