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

Broken cython publish #248

Merged
merged 7 commits into from
Nov 28, 2023
Merged

Broken cython publish #248

merged 7 commits into from
Nov 28, 2023

Conversation

derNarr
Copy link
Member

@derNarr derNarr commented Nov 28, 2023

At the moment with poetry build the cython extensions are build, but not added to the wheel. I don't know how to fix this easily. As installation from the sdist works on all major platforms (assuming the requirements are installed correctly), with this PR we only publish sdist packages to PyPI.

Changes proposed in this pull request:

  • change github action to only publish sdist

As a reference see Issue #212

@codecov-commenter
Copy link

codecov-commenter commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (23463a3) 83.65% compared to head (85debe2) 83.65%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #248   +/-   ##
=======================================
  Coverage   83.65%   83.65%           
=======================================
  Files           9        9           
  Lines        1413     1413           
=======================================
  Hits         1182     1182           
  Misses        231      231           
Flag Coverage Δ
unittests 83.65% <ø> (ø)

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.

@derNarr derNarr merged commit d8b4647 into main Nov 28, 2023
6 checks passed
@derNarr derNarr deleted the fix-cython-publish branch November 28, 2023 13:49
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.

2 participants