This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
force upload python artifacts
tags/20210525
nihui
GitHub
5 years ago
parent
9b5cb959b9
commit
b3cd06e69a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.github/workflows/release-python.yml
+ 1
- 2
.github/workflows/release-python.yml
View File
@@ -75,10 +75,9 @@ jobs:
path: wheelhouse/*.whl
upload_all:
name: Upload
if release
name: Upload
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/setup-python@v2
Write
Preview
Loading…
Cancel
Save