mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
test
This commit is contained in:
parent
87e2cb8029
commit
e855291d3b
1 changed files with 1 additions and 3 deletions
4
.github/workflows/publish-to-test-pypi.yml
vendored
4
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -25,9 +25,7 @@ jobs:
|
|||
# if: github.event_name == 'schedule'
|
||||
run: |
|
||||
# Assuming your version is in setup.py or pyproject.toml
|
||||
sed -i "s/version=\".*\"/version=\"&.dev${{ steps.date.outputs.date }}+${{ steps.sha.outputs.sha }}\"/" setup.py
|
||||
# OR for pyproject.toml
|
||||
# sed -i "s/version = \".*\"/version = \"&.dev${{ steps.date.outputs.date }}+${{ steps.sha.outputs.sha }}\"/" pyproject.toml
|
||||
sed -i 's/version="\([^"]*\)"/version="\1.dev${{ steps.date.outputs.date }}+${{ steps.sha.outputs.sha }}"/' setup.py
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue