Commit Graph

22 Commits

Author SHA1 Message Date
e691332ba0 Attempt to add automatic release trigger to tag push 2025-05-28 17:50:45 +01:00
1ad9d10f59 Another attempt to fix windows build 2025-05-28 17:33:35 +01:00
add788663a Attempt to fix CI builds 2025-05-28 16:48:51 +01:00
dccfc4e8fa Updated workflow name for consistency 2025-05-28 16:47:10 +01:00
f609a5003a Attempt to fix automatic tagging workflow 2025-05-28 16:24:31 +01:00
bc2392a2b5 Added coverage tests to python api 2025-05-28 16:11:42 +01:00
3786ff4b35 Added github action for automatically pushing new versions to tags 2025-05-28 15:26:16 +01:00
eba7e8b6e5 Added automatic publishing of pypi package 2025-05-28 12:24:40 +01:00
782d1e0da0 Fixed python package testing workflow 2025-05-28 10:32:57 +01:00
477d71b8bf Merge pull request #2 from Cian-H/dependabot/github_actions/actions/setup-python-5
ci: bump actions/setup-python from 3 to 5
2025-05-28 10:05:23 +01:00
dependabot[bot]
5593c4bf7d ci: bump actions/setup-python from 3 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 17:02:30 +00:00
dependabot[bot]
36bb687f5d ci: bump abatilo/actions-poetry from 2 to 4
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2 to 4.
- [Release notes](https://github.com/abatilo/actions-poetry/releases)
- [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc)
- [Commits](https://github.com/abatilo/actions-poetry/compare/v2...v4)

---
updated-dependencies:
- dependency-name: abatilo/actions-poetry
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 17:02:27 +00:00
5aff65d314 Added dpendabot config 2025-05-27 18:01:38 +01:00
Cian Hughes
189cc4ff6c Fixed misconfigured workflow 2024-11-14 18:40:43 +00:00
Cian Hughes
5d57ccbe86 Added timeout to workflows 2024-11-14 18:34:18 +00:00
Cian Hughes
129c6772be Fixed windows build on rust workflow 2024-11-14 18:20:17 +00:00
abb88c1b0f Attempted fix for bash scripting issue in workflows 2024-11-13 20:26:44 +00:00
29b99710f8 Removed macos workflow test (unsupported by maturin) 2024-11-13 19:34:32 +00:00
2e5fe7eee2 Fixed cross platform testing in worflows 2024-11-13 19:19:15 +00:00
7d9b72327f Added python workflow 2024-11-13 18:28:51 +00:00
8128e6083f Updated rust workflow 2024-11-13 18:28:51 +00:00
109ee3fae8 Added rust git workflow 2024-11-13 10:08:47 +00:00