-
Couldn't load subscription status.
- Fork 3.9k
GH-45155: [Python][CI] Fix path for scientific nightly windows wheel upload #45222
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
Conversation
|
|
|
@github-actions crossbow submit wheel-windows-cp313-cp313-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Revision: 423dce68311d05adb60fff48f51ffad1c78f5434 Submitted crossbow builds: ursacomputing/crossbow @ actions-7901efe159
|
423dce6 to
bf894ff
Compare
|
@github-actions crossbow submit wheel-windows-* This will upload the wheels, I'll remove the gate afterwards and merge so the nightly jobs work again. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
|
@github-actions crossbow submit wheel-windows-* |
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit 46a2b0c.
|
Revision: a4047f4 Submitted crossbow builds: ursacomputing/crossbow @ actions-b7bf5250f6 |
This reverts commit bf894ff.
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.
+1
| echo "No wheel files found!" | ||
| exit 1 |
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.
Could you use 2-space indent like others?
| echo "No wheel files found!" | |
| exit 1 | |
| echo "No wheel files found!" | |
| exit 1 |
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.
👍 I've learnt about compgen today
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 0d61cfd. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 10 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
The upload wasn't failing with the empty, non existent dir.
What changes are included in this PR?
Are these changes tested?
crossbow
Are there any user-facing changes?
no