Commit Graph

15 Commits

Author SHA1 Message Date
dependabot[bot] b5dd38c866
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 14:45:36 +00:00
Amethyst Reese f9349de48e Build/publish both sdist and wheel 2024-09-01 20:36:46 -07:00
Amethyst Reese e853bb1c43
Set up trusted publishing from GHA (#193)
* Set up trusted publishing from GHA

- Add build to dev deps
- Add sdist job to build sdist
- Add publish job to publish tagged releases

* Move UV env to workflow level
2024-09-01 20:26:50 -07:00
Amethyst Reese 37b44c28a3
Use uv for virtualenv and pip when available (#192)
* Update docs to list 3.8 as minimum version

* Prefer using uv for venv+pip when available

* Use cached uv action from hynek

* Create and source venv first

* Always use bash in GHA

* Move deck chairs of venv creation

* Source before every step

* Flag to let uv install to system

* UV system python flag

* Test on 3.13
2024-09-01 16:49:01 -07:00
dependabot[bot] d6bd9b5867
Bump actions/setup-python from 2 to 5 (#189)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 21:10:08 -07:00
dependabot[bot] dd0a2975a2
Bump actions/checkout from 1 to 4 (#188)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 21:09:55 -07:00
Amethyst Reese 39c5fe810c
Modernize metadata and deps, support 3.8-3.12 (#154)
* Modernize metadata and deps, support 3.8-3.12

* rtd config

* rtd extras
2024-02-05 18:53:19 -08:00
Amethyst Reese e17c4fbe70 Run CI on 3.11 2022-09-16 20:26:52 -07:00
John Reese c242ab4051 Remove codecov 2022-02-06 21:10:23 -08:00
John Reese ee00f110af Run actions on 3.10, lint on 3.9 2022-02-05 00:33:16 -08:00
John Reese 51f75886f4 Enable 3.9 builds 2020-11-08 15:29:06 -08:00
John Reese 9b400ca9c8 Run build workflow on main branch now 2020-07-08 20:06:41 -07:00
John Reese 3517d41f83 Enable 3.8 builds 2019-11-12 19:03:01 -08:00
John Reese e2ee98147d 3.8 not yet supported by GA 2019-10-19 17:31:08 -07:00
John Reese 1dcf2176ca Switch from Travis to Gtihub Actions 2019-10-19 17:28:43 -07:00