-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python/ci] Unbreak wheel builds #2339
Conversation
f7e2fee
to
b2d4aeb
Compare
Doing manual run of "sdist&wheels" from |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-1.9 #2339 +/- ##
================================================
+ Coverage 78.68% 90.58% +11.90%
================================================
Files 140 37 -103
Lines 10760 3876 -6884
Branches 217 0 -217
================================================
- Hits 8466 3511 -4955
+ Misses 2195 365 -1830
+ Partials 99 0 -99
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Another manual run using the most recent commit: |
Manual "sdist & wheels" run |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.9 release-1.9
# Navigate to the new working tree
cd .worktrees/backport-release-1.9
# Create a new branch
git switch --create backport-2339-to-release-1.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 2cbd50812d02200331579af4d2d39f6efe0f82b8
# Push it to GitHub
git push --set-upstream origin backport-2339-to-release-1.9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.9 Then, create a pull request where the |
This pull request has been linked to Shortcut Story #43673: tiledbsoma 1.9.0. |
Issue and/or context: Resolves #2337
#2311
[sc-43673]
Changes: per @nguyenv
Notes for Reviewer: