Skip to content

Commit 82a3976

Browse files
ci(release): unquote dist globs in smoke test steps
1 parent 29fe9df commit 82a3976

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
run: uv build
5555

5656
- name: Smoke test (wheel)
57-
run: uv run --isolated --no-project --with "dist/*.whl" tests/smoke_test.py
57+
run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
5858

5959
- name: Smoke test (sdist)
60-
run: uv run --isolated --no-project --with "dist/*.tar.gz" tests/smoke_test.py
60+
run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
6161

6262
- name: Publish to PyPI
6363
run: uv publish

0 commit comments

Comments
 (0)