-
Notifications
You must be signed in to change notification settings - Fork 247
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
docs: update examples for v4 of upload-artifact
and download-artifact
actions
#1705
Conversation
Working workflow using this setup: https://github.com/alugowski/fast_matrix_market/blob/main/.github/workflows/wheels.yml |
change syntax so that artifact names are unique according to: pypa/cibuildwheel#1705
* change syntax so that artifact names are unique according to: pypa/cibuildwheel#1705
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you for putting this together. @henryiii I see you're across this so would you mind double-checking this too?
Looks mostly good, just two thoughts:
I think the current PR is probably simplest, as usually (and in this example) there aren't extra artifacts to worry about. We could mention this somewhere, though. |
Would I thought just Also I just noticed the |
Based on feedback above I went with
Done. I also updated the example |
I like the renamed artifacts with the I'll let @henryiii have another look, but LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The PR seems to be missing an update to the GitHub action in the "Example setup " in https://github.com/pypa/cibuildwheel/blob/main/README.md ? |
Good catch. |
See discussion: #1699