From c02b70632f7c5b08bf3c2c4707efabf8b5751e11 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 9 Jan 2025 19:02:01 -0800 Subject: [PATCH] add back workflow dispatch --- .github/workflows/publish-to-test-pypi.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index fd2ee6537..0865cfd2f 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,16 +1,14 @@ name: Publish Python 🐍 distribution 📦 to TestPyPI on: - 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 + 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-and-models-build: