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

[python] Add common.h to MANIFEST.in #2036

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

nguyenv
Copy link
Member

@nguyenv nguyenv commented Jan 21, 2024

Issue and/or context:

#2032

Changes:

Add common.h to MANIFEST.in as C++ (source and) header files are not added by setuptools to the distribution by default.

Notes for Reviewer:

Proof of working: https://github.com/single-cell-data/TileDB-SOMA/actions/runs/7603111075

apis/python/setup.py Outdated Show resolved Hide resolved
@nguyenv
Copy link
Member Author

nguyenv commented Jan 22, 2024

The latest release of scipy 1.12.0, released Jan 20, seems to be the culprit for CI failures. This PR fixes an unrelated issue having to do with wheel distros.

@nguyenv nguyenv force-pushed the viviannguyen/wheel-error-missing-common.h branch from 26cfba4 to c1dbb68 Compare January 22, 2024 14:45
@nguyenv
Copy link
Member Author

nguyenv commented Jan 22, 2024

The latest release of scipy 1.12.0, released Jan 20, seems to be the culprit for CI failures. This PR fixes an unrelated issue having to do with wheel distros.

I've opened an issue for this #2036 and will address it in a separate PR.

@nguyenv nguyenv merged commit 5dac848 into main Jan 22, 2024
11 of 18 checks passed
@nguyenv nguyenv deleted the viviannguyen/wheel-error-missing-common.h branch January 22, 2024 17:18
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
johnkerl pushed a commit that referenced this pull request Jan 22, 2024
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] Nightly wheel build error: Missing pybind11 header common.h
3 participants