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

Fix Windows PyPI wheels #223

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Fix Windows PyPI wheels #223

merged 2 commits into from
Mar 29, 2024

Conversation

enrico-lattuada
Copy link
Collaborator

Description

This PR adds manual specification of the Python version against which wheels are built.
It also introduces the possibility to trigger the wheel creation workflow manually.

Motivation and context

On Windows, we could not import the fastddm library correctly when it was installed using the wheels from PyPI.
The shared _core library was compiled with the wrong Python version.

Resolves #221

How has this been tested?

Not tested, requires manual triggering which is introduced here.

Change log

* Fixes

* Windows wheels for ``python!=3.9`` work properly now.

@enrico-lattuada enrico-lattuada self-assigned this Mar 29, 2024
@enrico-lattuada enrico-lattuada merged commit 45227be into v0.3.9 Mar 29, 2024
@enrico-lattuada enrico-lattuada deleted the bug/windows-wheels branch March 29, 2024 17:12
@enrico-lattuada enrico-lattuada restored the bug/windows-wheels branch March 29, 2024 17:16
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.

1 participant