NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

Distribute Python Packages #179

Closed alecandido closed 6 months ago

alecandido commented 2 years ago

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:

codecov[bot] commented 2 years ago

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 commented 2 years ago

In case this is a problem with pip @AleCandido opened an Issue here: https://github.com/pypa/auditwheel/issues/396.

alecandido commented 2 years ago

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

Marked as duplicated of https://github.com/pypa/auditwheel/issues/340

Since that issue suggests a workaround, I opened https://github.com/PyO3/maturin/issues/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/