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 2095ae1 commit a6a49f3Copy full SHA for a6a49f3
.github/workflows/pypi.yaml
@@ -39,5 +39,5 @@ jobs:
39
- name: Install build
40
run: uv pip install build
41
- name: Build
42
- run: uv run python -m build
+ run: .venv/bin/python -m build
43
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments