Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-04-26 10:05:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-04-26 10:05:39 +0800
Commit
c693676d20abff1b93d3effd3775555556681ec8
c693676d
1 parent
2e45d327
Fix building wheels for macOS (#814)
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
4 行删除
.github/workflows/build-wheels-macos-arm64.yaml
.github/workflows/build-wheels-macos-x64.yaml
.github/workflows/build-wheels-macos-arm64.yaml
查看文件 @
c693676
...
...
@@ -20,7 +20,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
macos-
latest
]
os
:
[
macos-
11
]
python-version
:
[
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
]
steps
:
...
...
.github/workflows/build-wheels-macos-x64.yaml
查看文件 @
c693676
...
...
@@ -22,7 +22,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
macos-
latest
]
os
:
[
macos-
11
]
python-version
:
[
"
cp37"
,
"
cp38"
,
"
cp39"
,
"
cp310"
,
"
cp311"
,
"
cp312"
]
steps
:
...
...
@@ -59,8 +59,6 @@ jobs:
run
:
|
ls -lh ./wheelhouse/
ls -lh ./wheelhouse/*.whl
-
uses
:
actions/upload-artifact@v4
with
:
name
:
wheel-${{ matrix.python-version }}
...
...
请
注册
或
登录
后发表评论