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

Provide binary wheels for Windows x86 architecture #158

Closed
wants to merge 2 commits into from

Conversation

Toporin
Copy link
Sponsor

@Toporin Toporin commented Jun 26, 2023

Would it be possible to provide binary wheels for Windows x86 architecture in Pypi (such as pyscard-2.0.7-cp310-cp310-win32.whl)?

We use pyscard to integrate Satochip smartcards in Electrum wallet.
The Electrum distributables are built using automated scripts running in Docker to ensure reproducibility.
For Windows, a Ubuntu image is used with wine on x86.

Previously, win32 wheels have been provided for some release (such as v2.0.0), but it's not available for the later releases.

As far as I can tell, it is possible to generate win32 wheel for pyscard using Github Actions using one of these recipe: https://github.com/Toporin/pyscard/blob/master/.github/workflows/windows_all.yml
https://github.com/Toporin/pyscard/blob/master/.github/workflows/windows_x86.yml

@coveralls
Copy link

Coverage Status

coverage: 28.775%. remained the same when pulling ba85a8b on Toporin:master into 11190e5 on LudovicRousseau:master.

LudovicRousseau added a commit that referenced this pull request Jun 26, 2023
Thanks to Toporin for the idea
Closes: #158
LudovicRousseau added a commit to LudovicRousseau/pyscard-debug that referenced this pull request Jul 5, 2023
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.

None yet

2 participants