Skip to content

Commit 204fd27

Browse files
committed
chore: Update pytest verbosity in CI workflow
1 parent 669ca62 commit 204fd27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Install dependencies
3030
run: uv sync --all-extras --dev
3131
- name: run test
32-
run: uv run pytest
32+
run: uv run pytest -vv

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: uvx --from build pyproject-build --installer uv
3333
- name: Publish package
34-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)