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
20dc1860c6
commit
8527b79bfd
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
|
@ -27,7 +27,7 @@ jobs:
|
|||
# if: github.event_name == 'schedule'
|
||||
run: |
|
||||
# Assuming your version is in setup.py or pyproject.toml
|
||||
sed -i 's/version="\([^"]*\)"/version="\1.dev0000${{ steps.date.outputs.date }}"/' setup.py
|
||||
sed -i 's/version="\([^"]*\)"/version="\1.dev1234${{ steps.date.outputs.date }}"/' setup.py
|
||||
- name: Update version for manual RC
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue