We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e357c0d commit fcc0151Copy full SHA for fcc0151
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
test-script: |
17
cp -r ${{ github.workspace }}/tests ./tests
18
cp ${{ github.workspace }}/pyproject.toml ./pyproject.toml
19
- uv sync --extra test --extra all --no-install-project --inexact
+ uv sync --extra tests --extra all --no-install-project --inexact
20
uv run --no-sync pytest
21
pypi-token: ${{ secrets.pypi_api_token }}
22
github-user: bessagroup
0 commit comments