-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-40216: [CI][Packaging][Python] Upload pyarrow nightly wheels to scientific python channel on Anaconda #43862
Conversation
… to scientific python channel on Anaconda
|
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
Revision: bc682b1 Submitted crossbow builds: ursacomputing/crossbow @ actions-534b800acb
|
we can't use the action on non-linux. I'll try to upload manually |
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit wheel-macos-catalina-cp310-amd64 |
Revision: 8662076 Submitted crossbow builds: ursacomputing/crossbow @ test-upload-scientific-2 |
@jorisvandenbossche all wheels have been uploaded successfully, see: https://anaconda.org/scientific-python-nightly-wheels/pyarrow/files I will remove the version: |
@@ -29,6 +29,7 @@ groups: | |||
|
|||
wheel: | |||
- wheel-* | |||
- python-sdist |
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 added the sdist
as part of the wheels job as several times we want to also trigger it when we trigger the wheels group but happy to remove it from here if we want to have it separate
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
Can we drop support for Gemfury?
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.
Nice, much easier than doing it here!
Can we drop support for Gemfury?
I think we should discuss that in a separate issue?
I think is a good idea to drop uploading wheels to gemfury. I've created: to follow that up. |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 3a6135b. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
… of scientific-python-nightly-wheels channel (#43932) ### Rationale for this change Small follow-up on #43862, correcting the `label` being used to upload the wheels. See #40216 (comment) for context. * GitHub Issue: #40216 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
… to scientific python channel on Anaconda (apache#43862) ### Rationale for this change As discussed on the main issue is interesting for discoverability to have the wheels uploaded to the nightly channel. ### What changes are included in this PR? Added macro to upload wheel to scientific python channel ### Are these changes tested? Via archery ### Are there any user-facing changes? No but nightly wheels will be available on scientific python channel * GitHub Issue: apache#40216 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
… label of scientific-python-nightly-wheels channel (apache#43932) ### Rationale for this change Small follow-up on apache#43862, correcting the `label` being used to upload the wheels. See apache#40216 (comment) for context. * GitHub Issue: apache#40216 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
… to scientific python channel on Anaconda (apache#43862) ### Rationale for this change As discussed on the main issue is interesting for discoverability to have the wheels uploaded to the nightly channel. ### What changes are included in this PR? Added macro to upload wheel to scientific python channel ### Are these changes tested? Via archery ### Are there any user-facing changes? No but nightly wheels will be available on scientific python channel * GitHub Issue: apache#40216 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
… label of scientific-python-nightly-wheels channel (apache#43932) ### Rationale for this change Small follow-up on apache#43862, correcting the `label` being used to upload the wheels. See apache#40216 (comment) for context. * GitHub Issue: apache#40216 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
… to scientific python channel on Anaconda (apache#43862) ### Rationale for this change As discussed on the main issue is interesting for discoverability to have the wheels uploaded to the nightly channel. ### What changes are included in this PR? Added macro to upload wheel to scientific python channel ### Are these changes tested? Via archery ### Are there any user-facing changes? No but nightly wheels will be available on scientific python channel * GitHub Issue: apache#40216 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
… label of scientific-python-nightly-wheels channel (apache#43932) ### Rationale for this change Small follow-up on apache#43862, correcting the `label` being used to upload the wheels. See apache#40216 (comment) for context. * GitHub Issue: apache#40216 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Rationale for this change
As discussed on the main issue is interesting for discoverability to have the wheels uploaded to the nightly channel.
What changes are included in this PR?
Added macro to upload wheel to scientific python channel
Are these changes tested?
Via archery
Are there any user-facing changes?
No but nightly wheels will be available on scientific python channel