Skip to content

Commit 09b5547

Browse files
committed
Change build
1 parent 2974d6e commit 09b5547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies
5252
run: |
5353
uv sync --frozen --all-extras
54-
uv run maturin build --out dist
54+
uv run maturin build
5555
- name: mypy check
5656
run: just mypy
5757
test:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: |
7676
uv sync --frozen --all-extras
77-
uv run maturin build --out dist
77+
uv run maturin build
7878
- name: Run tests
7979
run: uv run pytest --cov=prelude_parser --cov-report=xml
8080
- name: Upload coverage

0 commit comments

Comments
 (0)