Add release workflow for NVIDIA cu126 (#10777)

This commit is contained in:
comfyanonymous 2025-11-17 16:04:04 -08:00 committed by GitHub
parent 3d0003c24c
commit 27cbac865e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,23 @@ jobs:
test_release: true
secrets: inherit
release_nvidia_cu126:
permissions:
contents: "write"
packages: "write"
pull-requests: "read"
name: "Release NVIDIA cu126"
uses: ./.github/workflows/stable-release.yml
with:
git_tag: ${{ inputs.git_tag }}
cache_tag: "cu126"
python_minor: "12"
python_patch: "10"
rel_name: "nvidia"
rel_extra_name: "_cu126"
test_release: true
secrets: inherit
release_amd_rocm:
permissions:
contents: "write"