refactor(python): drop now-always-true build.if

python-release.yml only triggers on workflow_dispatch, so build.if:
github.event_name == 'workflow_dispatch' is always true and redundant; remove it
(the exact event set is already pinned in the spec). Update the spec assertion
accordingly.
This commit is contained in:
Chinesezjc
2026-08-21 11:55:57 +08:00
parent ae193bfc07
commit 7214d0d958
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@ concurrency:
jobs:
build:
name: Build four wheels
if: github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/build-exe-for-python-sdk.yml
with:
targets: node24-linux-x64,node24-linux-arm64,node24-macos-arm64