Skip to content

Commit 7398a7c

Browse files
committed
fix code.
1 parent a6f8604 commit 7398a7c

File tree

2 files changed

+3
-174
lines changed

2 files changed

+3
-174
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name: Build TsFile wheels(multi-platform)
33
on:
44
push:
55
branches:
6-
- "release-v2.1.0"
7-
tags:
8-
- 'v*.*.*'
6+
- "release_v*.*.*"
97
pull_request:
108
paths:
9+
- "cpp/**"
1110
- "python/**"
12-
- ".github/workflows/**"
1311
workflow_dispatch:
1412

1513
jobs:
@@ -39,7 +37,7 @@ jobs:
3937
os: macos-14
4038
platform: macos
4139
cibw_archs_macos: "arm64"
42-
40+
# currently, compile on windows is not supported for cibuildwheel
4341
# - name: windows-amd64
4442
# os: windows-2022
4543
# platform: windows

python/setup_copy.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)