Skip to content

Commit 414d925

Browse files
authored
bugfixes to fix publishing to Pypi (#84)
1 parent 33a53c4 commit 414d925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: uv sync
3434

3535
- name: Ruff lint
36-
run: uv run ruff check .
36+
run: uvx ruff check .
3737

3838
- name: Ruff format check
39-
run: uv run ruff format --check .
39+
run: uvx ruff format --check .
4040

4141
- name: Run tests (if present)
4242
run: |

0 commit comments

Comments
 (0)