summaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2021-04-13Improve GitHub actions workflow (#41)Árni Dagur1-40/+0
* MacOS wheels should now support both x86_64 and ARM64. * We now build ARM wheels for Linux. * `abi3` is used to support multiple Python versions in a single wheel.
2021-01-26ci: Also build/publish 32-bit wheels (#26)Florian Bruhin1-0/+40
Closes #25