Skip to content

Fix release workflow #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged

Fix release workflow #705

merged 1 commit into from
Jun 12, 2025

Conversation

leofang
Copy link
Member

@leofang leofang commented Jun 12, 2025

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.

@leofang leofang added this to the cuda.core beta 4 milestone Jun 12, 2025
@leofang leofang self-assigned this Jun 12, 2025
Copy link
Contributor

copy-pr-bot bot commented Jun 12, 2025

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.

@github-project-automation github-project-automation bot moved this to Todo in CCCL Jun 12, 2025
@leofang leofang 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:main Jun 12, 2025
4 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in CCCL Jun 12, 2025
@leofang leofang mentioned this pull request Jun 12, 2025
2 tasks
@leofang
Copy link
Member Author

leofang commented Jun 12, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD CI/CD infrastructure P0 High priority - Must do!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant