Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
56ff6d8f
Commit
56ff6d8f
authored
Aug 02, 2025
by
Muyang Li
Browse files
chore: update nightly build ci
parent
69eb9e6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/nightly-build.yaml
.github/workflows/nightly-build.yaml
+2
-2
No files found.
.github/workflows/nightly-build.yaml
View file @
56ff6d8f
...
@@ -108,13 +108,13 @@ jobs:
...
@@ -108,13 +108,13 @@ jobs:
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Clean up
-
name
:
Clean up
if
:
always() && github.repository == '
mit-han-lab
/nunchaku'
if
:
always() && github.repository == '
nunchaku-tech
/nunchaku'
run
:
bash scripts/linux_cleanup.sh
run
:
bash scripts/linux_cleanup.sh
windows-wheels
:
windows-wheels
:
name
:
Build the windows nightly wheels
name
:
Build the windows nightly wheels
runs-on
:
[
self-hosted
,
windows-build
]
runs-on
:
[
self-hosted
,
windows-build
]
needs
:
tag
needs
:
tag
if
:
needs.tag.outputs.need_build == 'true' && github.repository == '
mit-han-lab
/nunchaku'
if
:
needs.tag.outputs.need_build == 'true' && github.repository == '
nunchaku-tech
/nunchaku'
strategy
:
strategy
:
matrix
:
matrix
:
python
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
python
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment