-
Notifications
You must be signed in to change notification settings - Fork 43
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 wheel: initial setup #257
base: develop
Are you sure you want to change the base?
Conversation
Private downstream CI failed. |
Private downstream CI failed. |
Private downstream CI failed. |
e447f15
to
34d63e7
Compare
@wdeconinck, this is part of our effort to provide a large portion of our software stack as Python wheels. We have a new convention, where the binary libraries are stored on PyPi as lib, e.g. eccodeslib, mirlib, fdblib, up to multio. We would add atlaslib to this, so that mirlib can be built with atlas support. It's still a bit experimental, but we hope that earthkit-regrid can soon start benefiting from it. I'm happy to merge this in so that we can start using the GitHub actions to deploy it, if you give us the thumbs-up! |
Private downstream CI succeeded. |
1 similar comment
Private downstream CI succeeded. |
Private downstream CI succeeded. |
2 similar comments
Private downstream CI succeeded. |
Private downstream CI succeeded. |
7a25112
to
222fb87
Compare
Private downstream CI succeeded. |
2 similar comments
Private downstream CI succeeded. |
Private downstream CI succeeded. |
Private downstream CI succeeded. |
1 similar comment
Private downstream CI succeeded. |
There's one particular problem here: https://pypi.org/project/atlaslib/ is already taken by someone, so we need a different name here. No preference on my side, so something like "ecatlaslib"? Ftr This unfortunately means that |
Private downstream CI succeeded. |
1 similar comment
Private downstream CI succeeded. |
Hi, the new name could be something similar to what we have used for readthedocs. |
f07b385
to
7fc05bb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #257 +/- ##
===========================================
- Coverage 79.88% 79.86% -0.02%
===========================================
Files 836 836
Lines 65698 65734 +36
===========================================
+ Hits 52480 52501 +21
- Misses 13218 13233 +15 ☔ View full report in Codecov by Sentry. |
Private downstream CI succeeded. |
1 similar comment
Private downstream CI succeeded. |
No description provided.