Skip to content

Fix PyPi#1284

Merged
carlosggarcia merged 2 commits intomasterfrom
fix_pypi_whl
Mar 9, 2026
Merged

Fix PyPi#1284
carlosggarcia merged 2 commits intomasterfrom
fix_pypi_whl

Conversation

@carlosggarcia
Copy link
Collaborator

Avoid publishing a wheel for pyccl, for now.

Closes #1283

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the release publishing workflow to avoid uploading a pyccl wheel to PyPI (addressing installation issues where the wheel is missing/incorrectly linked libraries), and instead publish only the source distribution.

Changes:

  • Update the PyPI publishing workflow to build only an sdist (python -m build --sdist) rather than both sdist and wheel.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls
Copy link

coveralls commented Mar 9, 2026

Pull Request Test Coverage Report for Build 22863641901

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.446%

Totals Coverage Status
Change from base Build 22639622215: 0.0%
Covered Lines: 6601
Relevant Lines: 6774

💛 - Coveralls

@carlosggarcia carlosggarcia merged commit 71df00c into master Mar 9, 2026
12 checks passed
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.

pyccl 3.3.0 can be installed but appears to miss libraries

3 participants