Skip to content

Commit

Permalink
back to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 committed Jan 11, 2025
1 parent 040c643 commit ee80853
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Publish Python 🐍 distribution 📦 to TestPyPI

on:
push
# workflow_dispatch: # Keep manual trigger
# inputs:
# version:
# description: 'Version number (e.g. 0.0.63.dev20250111)'
# required: true
# type: string
# schedule:
# - cron: "0 0 * * *" # Run every day at midnight
workflow_dispatch: # Keep manual trigger
inputs:
version:
description: 'Version number (e.g. 0.0.63.dev20250111)'
required: true
type: string
schedule:
- cron: "0 0 * * *" # Run every day at midnight

jobs:
trigger-client-and-models-build:
Expand Down

0 comments on commit ee80853

Please sign in to comment.