chore: update push branch in build-release workflow to 'next'

Revert "Code Interpreter Auto-Prepare feature filesystem functionality"

This reverts commit f0b734fd7c.

workflow

Code Interpreter Auto-Prepare feature filesystem functionality

chore: update workflow triggers to use workflow_dispatch
This commit is contained in:
karl
2025-05-30 11:00:27 +08:00
committed by karl
parent 53764fe648
commit 770d4e4804
5 changed files with 20 additions and 12 deletions

View File

@@ -1,11 +1,12 @@
name: Release to PyPI
on:
push:
branches:
- main # or whatever branch you want to use
- pypi-release
# push:
# branches:
# - main # or whatever branch you want to use
# - pypi-release
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest