Skip to content

Commit

Permalink
ci: switch to uv, delete release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 2, 2024
1 parent 00cbec0 commit 7278033
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 102 deletions.
21 changes: 0 additions & 21 deletions .github/actions/python-poetry-env/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/pull_request_template.md

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/draft_release.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/release.yml

This file was deleted.

12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/python-poetry-env
- run: poetry run pre-commit run --all-files
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
version: "0.4.29"
enable-cache: true
cache-dependency-glob: "uv.lock"
- run: uv python install
- run: uv sync --all-extras --dev
- run: uv run pre-commit run --all-files

0 comments on commit 7278033

Please sign in to comment.