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

Create Python wheels for pyvcell_fvsolver #3

Closed
jcschaff opened this issue Jun 3, 2024 · 0 comments · Fixed by #4
Closed

Create Python wheels for pyvcell_fvsolver #3

jcschaff opened this issue Jun 3, 2024 · 0 comments · Fixed by #4
Assignees

Comments

@jcschaff
Copy link
Member

jcschaff commented Jun 3, 2024

the Python bindings successfully build in CI (see PIP action and workflow .github/workflows/pip.yml), but this is a difficult way of consuming this python module. pip install . will work on multiple platforms if your machine is sufficiently prepared with compilers, cmake, ninja and dependent libraries.

We need to be able to publish this in PyPI as a readily consumable module. There already exists a CI/CD action (see .github/workflows/wheels.yml), but it fails on all platforms for a number of reasons.

@jcschaff jcschaff self-assigned this Jun 3, 2024
@jcschaff jcschaff linked a pull request Jun 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant