Commit Graph

25 Commits

Author SHA1 Message Date
Rémi Alvergnat edf29168a1 ci: use twine to upload packages on pypi 2023-12-14 11:12:54 +01:00
Rémi Alvergnat ce62ca94a2 ci: add version bump in release task 2023-12-14 09:57:47 +01:00
Rémi Alvergnat e8273ca10d ci: avoid mutating repository on semantic-release version command 2023-12-14 09:20:12 +01:00
Rémi Alvergnat 6d7cee7e57 ci: add GH_TOKEN environment variables to semantic-release version commands 2023-12-14 08:33:37 +01:00
Rémi Alvergnat 485d79e3f0 ci: remove verbose flag from semantic release commands 2023-12-13 13:57:44 +01:00
Rémi Alvergnat 0cfb12feb1 ci: fix semantic-release commands verbose flag 2023-12-13 11:22:52 +01:00
Rémi Alvergnat c39ebefb24 ci: upgrade checkout action 2023-12-13 09:23:49 +01:00
Rémi Alvergnat 401bcc566b feat: add python 3.12 and pypy 3.10 support 2023-12-13 09:19:55 +01:00
Rémi Alvergnat c6b41de6b7 chore(stack): upgrade stack 2023-02-18 10:41:55 +01:00
Rémi Alvergnat 47f57184a9 feat(dependencies): drop Python 3.6 support 2022-11-01 12:20:02 +01:00
Rémi Alvergnat a8ea88de31 feat(python): add python 3.10 support, drop python 3.5 support 2021-11-04 21:52:32 +01:00
Rémi Alvergnat 4c06b0c583 ci: upgrade setuptools on python 3.5 and enable pylint on python 3.9 2021-04-04 11:07:35 +02:00
Rémi Alvergnat f743298863 ci(coverage): use Codecov and pytest-cov 2021-02-11 11:33:15 +01:00
Rémi Alvergnat a2f48e2c6f ci: enhance job names 2021-02-10 21:24:31 +01:00
Rémi Alvergnat c7d7dcba98 ci(coveralls): add --service=github flag 2021-02-10 21:15:16 +01:00
Rémi Alvergnat c5a6e07d52 ci(coveralls): add GITHUB_TOKEN environment variable 2021-02-10 18:28:57 +01:00
Rémi Alvergnat 79014e0a8f ci: configure git before bumping version 2021-02-06 01:55:19 +01:00
Rémi Alvergnat 4b1fa7748b build(ci): add windows and macos binary support 2021-02-06 00:32:27 +01:00
Rémi Alvergnat d0df79f477 build(pyinstaller): add linux binary support 2021-02-04 00:40:32 +01:00
Rémi Alvergnat 7d2b4bdbc0 ci(release): use robotology/gh-action-nightly-merge@v1.3.2 2021-01-13 16:35:42 +01:00
Rémi Alvergnat 9ceb019c29 ci(mkdocs): use github-pages-deploy-action to deploy docs 2020-12-27 23:18:39 +01:00
Rémi Alvergnat 28658b2772 fix(regex): use rebulk 3+ to have regex module disabled by default
Regex module is now disabled by default in rebulk 3+.

It can be enabled with REBULK_REGEX_ENABLED=1 in your environment.
2020-12-23 23:58:06 +01:00
Rémi Alvergnat fe0696646f ci(commitlint): add commitlint to github actions 2020-12-23 23:58:06 +01:00
Rémi Alvergnat 2c8b25e77f feat: add python 3.9 support, drop python 2.7 support 2020-12-23 23:58:06 +01:00
Rémi Alvergnat 384545e35f ci: drop TravisCI and ReadTheDocs, replaced by Github Actions and mkdocs 2020-12-23 23:58:06 +01:00