We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38caa2 commit f4ba4d3Copy full SHA for f4ba4d3
1 file changed
.github/workflows/release.yml
@@ -55,8 +55,7 @@ jobs:
55
- name: Build package
56
run: |
57
uv pip install --system build
58
- just build
59
- # Or: python -m build
+ uv build
60
61
- name: Publish to PyPI
62
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments