]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve github action workflows
authorFederico Caselli <cfederico87@gmail.com>
Mon, 27 Jul 2020 20:31:29 +0000 (22:31 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 27 Jul 2020 20:44:36 +0000 (22:44 +0200)
commit8e89f040391cddad1bec9002bbb6b3c39f43445e
treee8610330066abf45311cec7d1fd75f2c9c1815d5
parentb501300cac006abcdbb64718892be15974940605
Improve github action workflows

- in create wheel set minimum versions of setuptools and wheel to avoid
  failure in python 3.5 with metadata configured in setup.cfg
- update action versions
- test also cext in the pull requests

Change-Id: Iaa5e4e4000c7faa688b51f2f41428c7dd7cae9c3
.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml