summaryrefslogtreecommitdiff
path: root/.github/workflows/create-wheels.yaml
Commit message (Expand)AuthorAgeFilesLines
* Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#9672)dependabot[bot]2023-04-191-1/+1
* Improved wheel pipelineFederico Caselli2023-03-171-14/+32
* Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 (#9474)dependabot[bot]2023-03-131-1/+1
* Bump pypa/cibuildwheel from 2.11.2 to 2.12.0dependabot[bot]2023-01-181-1/+1
* Bump pypa/cibuildwheel from 2.11.1 to 2.11.2 (#8729)dependabot[bot]2022-10-271-1/+1
* Bump pypa/cibuildwheel from 2.10.2 to 2.11.1 (#8630)dependabot[bot]2022-10-141-1/+1
* fix commentMike Bayer2022-10-131-1/+1
* Bump pypa/cibuildwheel from 2.10.1 to 2.10.2 (#8581)dependabot[bot]2022-10-061-1/+1
* Bump pypa/cibuildwheel from 2.10.0 to 2.10.1 (#8537)dependabot[bot]2022-09-191-1/+1
* Bump pypa/cibuildwheel from 2.9.0 to 2.10.0 (#8517)dependabot[bot]2022-09-131-1/+1
* Use cibuildwheel to create wheelsTrevor Gross2022-08-291-256/+41
* Bump actions/checkout from 2 to 3 (#8310)dependabot[bot]2022-07-301-3/+3
* Bump actions/setup-python from 2 to 4 (#8309)dependabot[bot]2022-07-301-3/+3
* Remove redundant code for EOL Python <= 3.6Hugo van Kemenade2022-01-061-5/+2
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-15/+7
* remove python2 from workflowsFederico Caselli2021-10-301-47/+1
* Fix wheels generation for python 3.10+Federico Caselli2021-10-201-12/+1
* Add support for Python 3.10Federico Caselli2021-10-111-0/+3
* Use sqlalchemyorg action forks for the releases.Federico Caselli2021-05-041-7/+7
* Merge "Minor optimization to the code"mike bayer2021-02-241-3/+3
|\
| * Minor optimization to the codeFederico Caselli2021-02-181-3/+3
* | Update the create wheel action:Federico Caselli2021-02-181-80/+52
|/
* Fix wheel generationFederico Caselli2020-11-021-6/+11
* Merge "Drop python 3.5 support"mike bayer2020-10-101-6/+2
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-6/+2
* | Add python 3.9 to ci test and wheel workflowFederico Caselli2020-10-081-0/+3
|/
* add --notimingintensive; block from github jobsMike Bayer2020-10-071-3/+3
* ARM64 Support to Github Actions For Testing And Development Of Wheelsodidev2020-08-251-3/+125
* Fix wheel check in linux workflow and improve itFederico Caselli2020-08-171-4/+2
* Improve github action workflowsFederico Caselli2020-07-271-17/+16
* Target real pypi in the create wheel workflowFederico Caselli2020-05-201-3/+5
* improve linux buildFederico Caselli2020-04-091-38/+41
* allow for no spaced near the = in the tag_buildFederico Caselli2020-04-091-2/+2
* remove duplicated pip update commandFederico Caselli2020-04-091-2/+1
* remove tag_build from setup.cfgFederico Caselli2020-04-091-0/+30
* Add github workflow to generate wheel running after a release has beed createdFederico Caselli2020-04-081-0/+252