From 16af87c8221c1ed4344a57177a79b36d09fb721d Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 9 Jan 2025 16:33:18 -0800 Subject: [PATCH] test trigger --- .github/workflows/publish-to-test-pypi.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 6b63bf8e2..92fafd8e9 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,14 +1,15 @@ name: Publish Python 🐍 distribution 📦 to TestPyPI on: - workflow_dispatch: # Keep manual trigger - inputs: - rc_version: - description: 'RC version number (e.g., 1, 2, 3)' - required: true - type: string - schedule: - - cron: "0 0 * * *" # Run every day at midnight + push + # workflow_dispatch: # Keep manual trigger + # inputs: + # rc_version: + # description: 'RC version number (e.g., 1, 2, 3)' + # required: true + # type: string + # schedule: + # - cron: "0 0 * * *" # Run every day at midnight jobs: trigger-client-build: