We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669ca62 commit 204fd27Copy full SHA for 204fd27
.github/workflows/ci.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Install dependencies
30
run: uv sync --all-extras --dev
31
- name: run test
32
- run: uv run pytest
+ run: uv run pytest -vv
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
run: uvx --from build pyproject-build --installer uv
33
- name: Publish package
34
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments