Skip to content

Conversation

@lstein
Copy link
Owner

@lstein lstein commented Dec 26, 2025

During the last step of release, the release workflow tries to upload the installer artifacts into the github release page. However, this fails for the cu129 CUDA-enabled packages, because they exceed GitHubs upload limits. This PR uploads just the smaller cpu packages.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the GitHub Actions workflow that uploads release artifacts to exclude large CUDA-enabled packages (cu129) that exceed GitHub's file size limits. The change filters the upload to only include CPU-variant packages.

Key Changes:

  • Modified the file pattern in the upload-artifacts workflow from artifacts/** to artifacts/*cpu*/*.zip to upload only CPU packages

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@lstein lstein enabled auto-merge (squash) December 26, 2025 20:07
@lstein lstein merged commit 0763a45 into master Dec 26, 2025
3 checks passed
@lstein lstein deleted the chore/upload-cpu-artifacts-only branch January 3, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants