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