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 missing build step
tags/v0.3.11^2
haixuantao
9 months ago
parent
869aa3bbc4
commit
56380d181e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/node_hub_test.sh
+ 1
- 0
.github/workflows/node_hub_test.sh
View File
@@ -96,6 +96,7 @@ else
uv run pytest
fi
if [ "$GITHUB_EVENT_NAME" == "release" ] || [ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]; then
uv build
uv publish --check-url https://pypi.org/simple
fi
fi
Write
Preview
Loading…
Cancel
Save