summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Expand)AuthorAgeFilesLines
* remove python2 from workflowsFederico Caselli2021-10-303-57/+2
* Fix wheels generation for python 3.10+Federico Caselli2021-10-201-12/+1
* Add support for Python 3.10Federico Caselli2021-10-113-10/+14
* rename elements to mainMike Bayer2021-10-112-5/+5
* add pep8 to github workflowFederico Caselli2021-09-302-0/+65
* Add async tests to the github workflowworkflow_test_aiosqliteFederico Caselli2021-09-061-0/+3
* Add mypy tests on github.Federico Caselli2021-07-222-0/+71
* add python 2.7 to pr workflow to help catch py3 only issuesFederico Caselli2021-07-081-1/+1
* Add python 3.10 to github pipelineFederico Caselli2021-05-271-0/+1
* 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-102-12/+3
|\
| * Drop python 3.5 supportFederico Caselli2020-10-082-12/+3
* | Add python 3.9 to ci test and wheel workflowFederico Caselli2020-10-083-2/+7
|/
* add --notimingintensive; block from github jobsMike Bayer2020-10-073-17/+7
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+10
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-0/+1
* ARM64 Support to Github Actions For Testing And Development Of Wheelsodidev2020-08-253-4/+194
* Fix wheel check in linux workflow and improve itFederico Caselli2020-08-172-4/+26
* Improve github action workflowsFederico Caselli2020-07-273-20/+21
* Add pip list to workflow, update setuptoolsFederico Caselli2020-06-221-3/+10
* 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
* Add github action workflow to run tests on master and on pr to masterFederico Caselli2020-04-032-0/+133