Skip to content
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

Wheel building #70

Merged
merged 21 commits into from
Nov 2, 2023
Merged

Wheel building #70

merged 21 commits into from
Nov 2, 2023

Conversation

jcapriot
Copy link
Member

@jcapriot jcapriot commented Nov 2, 2023

Create a distribution pipeline that builds wheels and uploads them to pypi, will also automatically generate a release on github and upload the wheels there as well.

Uploading the pure-python wheel to pypi will likely be troublesome, as pip will then prioritize it over any wheels that are compiled specifically for the platform. So instead we can just attach them to the release here as a location that someone could install it pip if they so wanted.

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Merging #70 (611ea0a) into main (74f5ddd) will decrease coverage by 0.03%.
The diff coverage is 80.00%.

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
- Coverage   87.48%   87.45%   -0.03%     
==========================================
  Files          30       30              
  Lines        3068     3078      +10     
==========================================
+ Hits         2684     2692       +8     
- Misses        384      386       +2     
Files Coverage Δ
geoana/__init__.py 77.27% <80.00%> (+2.27%) ⬆️

@jcapriot jcapriot merged commit 27fc5dd into simpeg:main Nov 2, 2023
5 of 7 checks passed
@jcapriot jcapriot deleted the wheel_building branch October 16, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant