Skip to content

Fix release workflow - #705

Merged
leofang merged 1 commit into
NVIDIA:mainfrom
leofang:fix_publish
Jun 12, 2025
Merged

Fix release workflow#705
leofang merged 1 commit into
NVIDIA:mainfrom
leofang:fix_publish

Conversation

@leofang

@leofangleofang commented Jun 12, 2025

Copy link
Copy Markdown
Member

Description

Fix this error https://github.com/NVIDIA/cuda-python/actions/runs/15613446366/job/43979976338 caused by #640.

+ gh run download 15593389965 -p 'cuda-core*' -R NVIDIA/cuda-python
+ mkdir dist
+ for p in cuda-core*
+ mv cuda-core-python310-linux-64-a13a9173622b1096f30905eb07a9f476bc3bdd18/cuda_core-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl dist/
+ for p in cuda-core*
+ mv 'cuda-core-python310-linux-64-a13a9173622b1096f30905eb07a9f476bc3bdd18-tests/*.whl' dist/
mv: cannot stat 'cuda-core-python310-linux-64-a13a9173622b1096f30905eb07a9f476bc3bdd18-tests/*.whl': No such file or directory
Error: Process completed with exit code 1.

When we copy the artifacts for PyPI releases, we should not copy the artifacts.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@leofangleofang added this to the cuda.core beta 4 milestone Jun 12, 2025
@leofangleofang self-assigned this Jun 12, 2025
@copy-pr-bot

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@leofangleofang added bug Something isn't working P0 High priority - Must do! CI/CD CI/CD infrastructure labels Jun 12, 2025
@leofang
leofang merged commit 982ea15 into NVIDIA:mainJun 12, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in CCCLJun 12, 2025
@leofangleofang mentioned this pull request Jun 12, 2025
2 tasks
@leofang

Copy link
Copy Markdown
MemberAuthor

Confirm fixed: https://github.com/NVIDIA/cuda-python/actions/runs/15613768315/job/43981123926, but hit another error. Following up in #706.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't workingCI/CDCI/CD infrastructureP0High priority - Must do!

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant

@leofang