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

ci: Add workflow to build and upload Python wheels #262

Closed
wants to merge 1 commit into from

Conversation

isobelhooper
Copy link

Changes:

  • New workflow runs when a tag is created, and when there's a push to main.
  • Workflow builds Python wheels using maturin, and uses dunamai to make sure that wheels for non-tag pushes have sensible versions (with 'dev' in them as appropriate).
  • Workflow also uploads the wheels to our private Python repo.

Still to do:

  • Sort out the credentials for the uploads.

Changes:
* New workflow runs when a tag is created, and when there's a push
  to main.
* Workflow builds Python wheels using maturin, and uses dunamai to
  make sure that wheels for non-tag pushes have sensible versions
  (with 'dev' in them as appropriate).
* Workflow also uploads the wheels to our private Python repo.

Still to do:
* Sort out the credentials for the uploads.
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5d213b7) 82.78% compared to head (c4ee567) 83.22%.
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
+ Coverage   82.78%   83.22%   +0.44%     
==========================================
  Files          34       34              
  Lines        4234     4232       -2     
  Branches     4149     4116      -33     
==========================================
+ Hits         3505     3522      +17     
+ Misses        542      523      -19     
  Partials      187      187              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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