Commit 56ff6d8f authored by Muyang Li's avatar Muyang Li
Browse files

chore: update nightly build ci

parent 69eb9e6f
...@@ -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"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment