This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add zig to fix toolchains
tags/v0.3.9-rc1
haixuantao
1 year ago
parent
2e4c9c16b9
commit
bbfa17f318
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/pip-release.yml
+ 1
- 1
.github/workflows/pip-release.yml
View File
@@ -59,7 +59,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
args: --release --out dist
--zig
manylinux: manylinux_2_28
working-directory: ${{ matrix.repository.path }}
- name: Upload wheels
Write
Preview
Loading…
Cancel
Save