mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Merge pull request #2875 from deepseek-harness/ci/python-release-gray
ci(python): drop PR labeled trigger for python-release dry-run
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: Release (Python)
|
||||
|
||||
# A PR labeled python-release-dry-run or a manual run with publish=false builds
|
||||
# and validates the complete release without registry credentials. Publication
|
||||
# is accepted only from a manual run on the matching python-v* tag when the
|
||||
# private publisher-repository identity and public-PyPI switch are configured.
|
||||
# A manual run with publish=false builds and validates the complete release
|
||||
# without registry credentials. Publication is accepted only from a manual run
|
||||
# on the matching python-v* tag when the private publisher-repository identity
|
||||
# and public-PyPI switch are configured.
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -12,8 +12,6 @@ on:
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -27,7 +25,6 @@ concurrency:
|
||||
jobs:
|
||||
build:
|
||||
name: Build four wheels
|
||||
if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'python-release-dry-run'
|
||||
uses: ./.github/workflows/build-exe-for-python-sdk.yml
|
||||
with:
|
||||
targets: node24-linux-x64,node24-linux-arm64,node24-macos-arm64
|
||||
|
||||
Reference in New Issue
Block a user