Skip to content

Commit

Permalink
feat: use pyproject.toml and uv publish pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Nov 5, 2024
1 parent 8abbce7 commit fd7acf3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:

- name: lint
run: |
uv run ruff check .
uv sync
uv run ruff check
- name: lint
run: |
uv run pytest -s tests/
uv build
- name: build
run: |
uv build

0 comments on commit fd7acf3

Please sign in to comment.