From 62c5fb8409482b4c96322a13969f4adb56913e08 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Wed, 15 Jan 2025 18:13:39 -0800 Subject: [PATCH] test action --- .github/workflows/publish-to-test-pypi.yml | 23 ++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 56ab471bc..86005f960 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -12,18 +12,18 @@ on: # - cron: "0 0 * * *" # Run every day at midnight jobs: - trigger-client-and-models-build: - name: Trigger llama-stack-client and llama-models build - runs-on: ubuntu-latest + # trigger-client-and-models-build: + # name: Trigger llama-stack-client and llama-models build + # runs-on: ubuntu-latest # outputs: # version: ${{ steps.version.outputs.version }} # client_run_id: ${{ steps.trigger-client.outputs.workflow_id }} # model_run_id: ${{ steps.trigger-models.outputs.workflow_id }} - steps: - - uses: actions/checkout@v4 - with: - persist-credentials: false - # - name: Get date + # steps: + # - uses: actions/checkout@v4 + # with: + # persist-credentials: false + # # - name: Get date # id: date # run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT # - name: Compute version based on dispatch event @@ -196,11 +196,14 @@ jobs: test-published-package: name: Test published package - needs: + # needs: # - publish-to-testpypi - - trigger-client-and-models-build + # - trigger-client-and-models-build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Install the package run: | max_attempts=6