aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: bump dependenciesArthur Zamarin2024-01-261-3/+6
* ci: use new PyPI OIDC publishArthur Zamarin2023-05-171-13/+10
* drop support for py3.9Arthur Zamarin2023-05-171-2/+2
* release.yml: update actions/setup-python to v4Arthur Zamarin2022-11-031-1/+1
* move to flit & makefileArthur Zamarin2022-09-181-9/+5
* build: simplify after cython removalArthur Zamarin2022-08-241-13/+2
* ci: upload wheels during release workflowArthur Zamarin2022-08-191-0/+5
* ci: update actions versions & use new pip cachingArthur Zamarin2022-08-191-6/+7
* cibuildwheel: enable pre release python 3.11v0.9.12Arthur Zamarin2022-08-081-0/+1
* CI: update cibuildwheelArthur Zamarin2022-07-301-2/+2
* .github: quote Python "3.10" correctlyv0.9.8Michał Górny2021-12-141-1/+1
* .github: switch workflows to py3.10 as a stable targetMichał Górny2021-12-141-2/+2
* github: pull release workflow updates from pkgcheckTim Harder2021-08-051-6/+13
* github: include cp310-* wheelsv0.9.7Michał Górny2021-08-041-1/+1
* github: run workflow with Python 3.9Michał Górny2021-08-041-2/+2
* github: drop unused BUILD_WHEEL env exportTim Harder2021-03-261-1/+0
* github: run in-place build so wheel deps use release versionsTim Harder2021-03-261-0/+2
* github: various release workflow updatesTim Harder2021-03-211-5/+8
* github: force cibuildwheel to use dist dir for outputTim Harder2021-03-201-2/+3
* github: use cibuildwheel github action to build wheelsTim Harder2021-03-201-8/+18
* github: fix release workflow yaml errorTim Harder2021-03-061-1/+2
* github: rework release workflowTim Harder2021-03-061-9/+22
* requirements: provide dist.txt directlyTim Harder2021-03-061-1/+0
* github: explicitly install twine before uploadingTim Harder2021-03-051-1/+3
* github: minor release workflow updatesTim Harder2021-03-051-2/+4
* github: simplify workflow namesTim Harder2021-03-031-1/+1
* drop support for py36 and py37Tim Harder2020-12-041-3/+3
* github: use cibuildwheel to build wheelsv0.8.9Tim Harder2020-12-041-17/+7
* github: drop pyproject.toml copying since no extra build deps are neededTim Harder2020-12-041-2/+0
* add initial support for github actions for tests/docs/releasesTim Harder2020-11-021-0/+52