aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeLines
* Drop support for Python 3.10Gravatar Chris Lovering2024-03-18-1/+1
|
* Add support for Python 3.12Gravatar Chris Lovering2024-03-18-1/+1
|
* Update CI action versionsGravatar Chris Lovering2024-01-30-11/+12
|
* Update CI to use new ruff output argumentGravatar Chris Lovering2023-10-26-1/+1
|
* Bump action step versions in CIGravatar Chris Lovering2023-05-31-13/+9
|
* Migrate to ruffGravatar Chris Lovering2023-05-06-14/+4
|
* Matrix test both 3.10 and 3.11 in CIGravatar Chris Lovering2022-12-11-20/+27
|
* Add a dry run step to lint & test CIGravatar Chris Lovering2022-12-11-0/+3
|
* Support 3.11 and bump CI to use 3.11Gravatar Chris Lovering2022-12-11-6/+6
|
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-1/+1
|
* Use New Static Build Site API (#122)Gravatar Hassan Abouelela2022-10-26-0/+5
| | | | | | | | Updates the build the script to use the new API provided by the site to fetch and download artifacts. Additionally, metadata files are deleted in CI. They are only required for speeding up subsequent builds, which is not applicable in CI, and only increases the build size.
* Remove Unused Steps In CIGravatar Hassan Abouelela2022-09-18-11/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Update poetry to use 1.2.0Gravatar Chris Lovering2022-09-11-5/+3
| | | | This change requires the use of venvs, rather than pip user installs
* Bump Python To 3.10 (#108)Gravatar ChrisJL2022-07-27-3/+3
|
* Speed Up Docs CIGravatar Hassan Abouelela2022-05-30-2/+0
| | | | | | Removes unnecessary `depends-on` to speed up builds. Signed-off-by: Hassan Abouelela <[email protected]>
* Pass Branch Name To Docs In CIGravatar Hassan Abouelela2022-05-29-0/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Check Out The Entire Repository For MultiversionGravatar Hassan Abouelela2022-05-29-1/+3
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Update Docs CI For MultiversionGravatar Hassan Abouelela2022-05-29-5/+34
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-1/+1
| | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
* Enable Testing In CIGravatar Hassan Abouelela2022-05-10-11/+4
| | | | | | | | | Uncomments the testing command in CI. It is unclear why but the testing command that is normally used in all our projects causes an import error here, so instead we run with `python -m` to ensure the run directory is added to `sys.path`. Signed-off-by: Hassan Abouelela <[email protected]>
* Install optional deps during CIGravatar Chris Lovering2022-03-31-2/+4
|
* Update GHA Docs Build To Match PyprojectGravatar Chris Lovering2022-02-24-1/+1
| | | | | | | Updates the command in GH actions to match the command in pyproject to generate the correct output. Kaizens a small fix in clean up.
* Fix Typo In File NameGravatar Hassan Abouelela2021-12-16-0/+0
|
* Add Dependabot ConfigGravatar Hassan Abouelela2021-12-15-0/+6
|
* Move Doc Dependencies Into Dev SectionGravatar Hassan Abouelela2021-12-04-1/+1
|
* Add Documentation Deploy ActionGravatar Hassan Abouelela2021-12-02-0/+51
| | | | Adds a github action to deploy the documentation.
* Disable testing in actions workflow.Gravatar RohanJnr2021-11-17-9/+9
|
* Delete deploy workflow.Gravatar RohanJnr2021-11-17-11/+0
|
* Remove env section and remove 'Add custom PYTHONUSERBASE to PATH' step.Gravatar RohanJnr2021-11-17-17/+2
|
* Use HassanAbouelela/actions/setup-python@setup-python_v1.0.0 actions for ↵Gravatar RohanJnr2021-11-16-39/+4
| | | | installing python deps.
* Lint and fix line endings.Gravatar RohanJnr2021-11-16-1/+1
|
* Setup attemptGravatar mbaruh2021-11-04-0/+135