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

Missing Python version wheels #154

Closed
seddonym opened this issue Jun 17, 2024 · 2 comments
Closed

Missing Python version wheels #154

seddonym opened this issue Jun 17, 2024 · 2 comments
Assignees

Comments

@seddonym
Copy link
Owner

The new release.yml (used for Grimp 3.3) hasn't released wheels for all supported Python versions.

For example, there is no Python 3.10 build for macosx_10_12_x86_64.

Looking into why.

@seddonym seddonym self-assigned this Jun 17, 2024
@seddonym
Copy link
Owner Author

seddonym commented Jun 17, 2024

Looks like it's an issue with the setup-python action which doesn't seem to work for 3.8 for macos arm64 and 3.8 - 3.10 for macos x86-64.

I think it might be this issue actions/setup-python#808

seddonym added a commit that referenced this issue Jun 18, 2024
Prior to this, the release didn't include certain macos wheels as
described in #154.
seddonym added a commit that referenced this issue Jun 18, 2024
Prior to this, the release didn't include certain macos wheels as
described in #154.
@seddonym
Copy link
Owner Author

I think this should be sorted with #156.

I also was able to upload the missing wheels manually. Here's how I did it:

  1. I ran the release workflow from a branch.
  2. I downloaded the relevant artifacts from that workflow and unzipped them locally.
  3. I used twine to upload the wheels using twine upload --skip-existing --repository-url https://upload.pypi.org/legacy/ *.

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

No branches or pull requests

1 participant