aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github (unfollow)
Commit message (Collapse)Author
2023-03-03add runtime version informationv1.0.3Egor Tensin
2023-03-03workflows/ci: unpin runner imageEgor Tensin
2023-03-03workflows/ci: drop Python 3.4-3.6Egor Tensin
setuptools 61 requires Python 3.7 or higher.
2023-03-03get rid of requirements.txtEgor Tensin
It contained duplicate info from pyproject.toml.
2023-03-03workflows/ci: fix Python versionsEgor Tensin
2023-03-03workflows/ci: ignore changes in docsEgor Tensin
2023-02-25use --quiet flags for installationsEgor Tensin
2022-10-16workflows/ci: upgrade actionsEgor Tensin
2022-01-04workflows/ci: limit max number of parallel jobsEgor Tensin
2021-10-16workflows/ci: minor fixEgor Tensin
2021-08-02.ci/ -> test/Egor Tensin
2021-06-15workflows/ci: rename to "CI"Egor Tensin
2021-06-15workflows/test -> workflows/ciEgor Tensin
2021-06-15workflows/test: switch back to ubuntu-18.04Egor Tensin
2021-06-15workflows/test: use ubuntu-latestEgor Tensin
2021-06-11workflows/test: test w/ latest PythonEgor Tensin
2021-05-08workflows/test: remove redundant parametersEgor Tensin
2021-05-04workflows/test: lintingEgor Tensin
2021-05-04workflows/test: tweak step namesEgor Tensin
2021-05-04workflows/test: run `pip install .`Egor Tensin
2021-05-03merge constraints.txt back to requirements.txtEgor Tensin
I have no idea as to why the separation was required in the first place, actually. Seems to work now.
2021-05-03workflows/test: disable pip warningsEgor Tensin
2021-05-03workflows/test: more compact YAMLEgor Tensin
2021-05-03workflows/test: add a job to publish to PyPIEgor Tensin
2020-11-29workflows/test.yml: fail-fastEgor Tensin
2020-11-29update requirements.txtEgor Tensin
2020-11-29add GitHub workflowEgor Tensin