summaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include Python 3.10 and 3.11 as part of CI.Diego Elio Pettenò2023-08-031-1/+1
|
* Update minimum supported version to Python 3.9.Diego Elio Pettenò2023-08-031-1/+1
|
* Include the encryption extra in the CI.freestyle-hid-1.1.0Diego Elio Pettenò2023-08-031-1/+1
| | | | This is required for mypy to pass.
* Don't select a specific Python version for pypi.Diego Elio Pettenò2021-05-171-1/+1
|
* CI: name the job with a bit more obvious name.Diego Elio Pettenò2021-05-171-1/+1
|
* Only try publishing tags.Diego Elio Pettenò2021-05-171-0/+1
| | | | | | | Without this change, setuptools_scm will try to publish PEP 440 local versions to PyPI, which will fail. Also this does not require checking out the full history.
* Migrate to GitHub Actions rather than Travis CI.Diego Elio Pettenò2021-05-161-0/+31
|
* Fix fat-fingered copy.Diego Elio Pettenò2021-05-161-1/+1
|
* Add GitHub action for publishing to PyPI.Diego Elio Pettenò2021-05-161-0/+35
| | | | | | This roughly follows the guide at https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ but includes local tweaks to follow best practices.
* Update pre-commit configuration.Diego Elio Pettenò2020-12-121-9/+3
|
* Add missing pre-commit action configuration.freestyle-hid-1.0.1Diego Elio Pettenò2020-10-041-0/+24