Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Move to github actions #116

Closed
mattip opened this issue Jun 2, 2021 · 3 comments
Closed

Move to github actions #116

mattip opened this issue Jun 2, 2021 · 3 comments

Comments

@mattip
Copy link
Contributor

mattip commented Jun 2, 2021

It would be nice to be able to use the newest python versions to build wheels. For linux, these are available via the manylinux wheels, which are updated pretty quickly after a python release. But for windows and macOS, we need python executables via the CI. Azure tends to lag behind github actions, so perhaps we should move the CI builds to github actions before the release of Python 3.10

@rgommers
Copy link
Contributor

Should we just do that if and when GitHub Actions gets 3.10? Until that time it's just busywork right?

Another consideration is doing the same as on the main repo, if we have Windows only on Azure in main CI, then we may want to be careful about building wheels on GHA.

rgommers added a commit to rgommers/oldest-supported-numpy that referenced this issue Aug 18, 2021
There are now Linux `x86_64` and aarch64 wheels up for 1.21.2,
and the sdist should work for other platforms (wheels will follow,
some infra issues to resolve first - see
MacPython/numpy-wheels#116)
@charris
Copy link
Contributor

charris commented Aug 18, 2021

Should we just do that if and when GitHub Actions gets 3.10?

GitHub Actions has supported the releases since a1 and so has azure-pipelines (for linux). The tricky bit will be support on Windows and Mac. We could try GitHub Actions for that just to see if it works.

@mattip
Copy link
Contributor Author

mattip commented Nov 1, 2021

Closing. Hopefully we will be building wheels on the numpy/numpy repo.

@mattip mattip closed this as completed Nov 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants