Skip to content
Tags
Bump version to 0.931
      
Bump version to 0.930
      
Bump minor version
      
Bump version
      
Bump version to 0.910
      
Bump version to 0.902
      
Bump version to 0.901
      
Bump version to 0.900
      
Bump version to 0.812
      
Add Python script to build wheels using cibuildwheel (#10096)
      The contents are extracted from the current GitHub action definition:
https://github.com/mypyc/mypy_mypyc-wheels/blob/master/.github/workflows/build.yml

This is a fairly direct translation of the existing behavior. The
behavior should be identical to the current workflow.

The idea is to make this easier to maintain and easier to test
locally.

This should also make it easier to fix #10074.