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

Distribute Python Packages #179

Closed
wants to merge 1 commit into from
Closed

Distribute Python Packages #179

wants to merge 1 commit into from

Conversation

alecandido
Copy link
Member

@alecandido alecandido commented Sep 20, 2022

Closes #177

I already updated the container (notice that I remove the default entrypoint, now it runs interactively with bash), and the wheels releasing workflow.

Still, we have to:

  • fix the missing symbol issue
  • check the CI is actually working (non-trivial, we will just try at some point)
  • update dependencies

@codecov
Copy link

codecov bot commented Sep 20, 2022

Codecov Report

Merging #179 (6ed0323) into master (c8a3511) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #179   +/-   ##
=======================================
  Coverage   89.08%   89.08%           
=======================================
  Files          47       47           
  Lines        6935     6935           
=======================================
  Hits         6178     6178           
  Misses        757      757           
Flag Coverage Δ
python 80.64% <ø> (ø)
rust 89.19% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cschwan
Copy link
Contributor

cschwan commented Sep 23, 2022

In case this is a problem with pip @alecandido opened an Issue here: pypa/auditwheel#396.

@alecandido
Copy link
Member Author

alecandido commented Oct 9, 2022

In case this is a problem with pip @alecandido opened an Issue here: pypa/auditwheel#396.

Marked as duplicated of pypa/auditwheel#340

Since that issue suggests a workaround, I opened PyO3/maturin#1182 to ask if it's possible to implement it in maturin.

For my personal reference

The specs of the current wheel format are here: https://peps.python.org/pep-0427/

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.

Python Distribution
2 participants