Skip to content

Commit b51213f

Browse files
committed
remove nightly schedule for client package workflow
1 parent d2f62cb commit b51213f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
required: true
1212
type: string
1313

14-
schedule:
15-
- cron: "0 0 * * *" # Run every day at midnight
16-
1714
jobs:
1815
build:
1916
name: Build distribution 📦
@@ -26,12 +23,6 @@ jobs:
2623
- name: Get date
2724
id: date
2825
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
29-
- name: Update version for nightly
30-
if: github.event_name == 'schedule'
31-
run: |
32-
# Version is in pyproject.toml
33-
sed -i 's/version = "\([^"]*\)"/version = "\1.dev${{ steps.date.outputs.date }}"/' pyproject.toml
34-
sed -i 's/__version__ = "\([^"]*\)"/__version__ = "\1.dev${{ steps.date.outputs.date }}"/' src/llama_stack_client/_version.py
3526
- name: Update version for manual RC
3627
if: github.event_name == 'workflow_dispatch'
3728
run: |

0 commit comments

Comments
 (0)