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

Chore: Fix package entrypoint and module imports after migration from crate-python #67

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Jun 10, 2024

About

Another few maintenance adjustments in the spirit of GH-66.

Details

Those are aftermath fixes, and intended to be included into an initial release of this package, before adding any other features.

More

Along the lines, 5d274c3 also updates the CI/GHA job for staging release packages to PyPI.

The dialect as designated by the `crate` dialect identifier was still
pointing to the `crate` package. Now, it is assigned to this one
instead.
@amotl amotl requested review from seut and surister June 10, 2024 12:53
@amotl amotl marked this pull request as ready for review June 10, 2024 12:55
@amotl amotl changed the title Chore: Fix package entrypoint and module imports after package migration Chore: Fix package entrypoint and module imports after migration from crate-python Jun 10, 2024
- Package metadata now maintained within `pyproject.toml`
- Use `build` package for building packages instead of `wheel`
@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.65%. Comparing base (3bc6b7f) to head (2f5855d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   84.64%   84.65%   +0.01%     
==========================================
  Files          14       14              
  Lines         918      919       +1     
==========================================
+ Hits          777      778       +1     
  Misses        141      141              
Flag Coverage Δ
main 84.65% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@amotl amotl merged commit ff554fb into main Jun 10, 2024
24 checks passed
@amotl amotl deleted the amo/fix-entrypoint branch June 10, 2024 17:09
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.

4 participants