mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
feat(python): support macOS x64 runtime wheels
This commit is contained in:
@@ -24,10 +24,10 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build five wheels
|
||||
name: Build six wheels
|
||||
uses: ./.github/workflows/build-exe-for-python-sdk.yml
|
||||
with:
|
||||
targets: node24-linux-x64,node24-linux-arm64,node24-macos-arm64,node24-win-x64
|
||||
targets: node24-linux-x64,node24-linux-arm64,node24-macos-arm64,node24-macos-x64,node24-win-x64
|
||||
release: true
|
||||
|
||||
python-compat:
|
||||
@@ -149,6 +149,7 @@ jobs:
|
||||
actual="$(mktemp)"
|
||||
printf '%s\n' \
|
||||
"deepseek_harness_runtime_bin-$VERSION-py3-none-macosx_14_0_arm64.whl" \
|
||||
"deepseek_harness_runtime_bin-$VERSION-py3-none-macosx_14_0_x86_64.whl" \
|
||||
"deepseek_harness_runtime_bin-$VERSION-py3-none-manylinux_2_28_aarch64.whl" \
|
||||
"deepseek_harness_runtime_bin-$VERSION-py3-none-manylinux_2_28_x86_64.whl" \
|
||||
"deepseek_harness_runtime_bin-$VERSION-py3-none-win_amd64.whl" \
|
||||
|
||||
Reference in New Issue
Block a user