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

CI: Change pip install pin for releasing #2226

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

greglucas
Copy link
Contributor

I messed up when updating the wheels matrix generation to use a hash instead of the version.
#2197 (comment)

This is just for generating the wheels matrix of jobs and really shouldn't matter what specific version to use. So, rather than installing via a hash through github, lets just reference the pypi release version. This portion is less critical than below in actually building the wheels where we are able to reference the commit hash through the GitHub Actions specific utility.

I verified this on my fork: https://github.com/greglucas/cartopy/actions/runs/5766395153

After this is merged I will delete the old release from GitHub and make a new one with the same content and move the tag, which will trigger the release process again (since it failed last time).

@greglucas greglucas added this to the 0.22 milestone Aug 4, 2023
@QuLogic QuLogic merged commit a6c0835 into SciTools:main Aug 5, 2023
11 checks passed
@greglucas greglucas deleted the cibuildwheel-hash branch August 5, 2023 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants