Skip to content

Release 0.2.2

Latest
Compare
Choose a tag to compare
@fujiisoup fujiisoup released this 28 Aug 08:32
· 2 commits to master since this release
fbd80d4
Build wheels with `cibuildwheel` (#31)

* Run cibuildwheel in the build environments

* Refactor build environment setup into its own action

* Name custom action correctly

* Specify a shell for each command

* Move cibuildwheel into its own workflow

* Run pytest after building wheels

* Don't build wheels when testing.

* Rename the test CI workflow