We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d057ae commit 8c5e0a1Copy full SHA for 8c5e0a1
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
run: uv pip install build
94
95
- name: Build package
96
- run: python -m build
+ run: uv run python -m build
97
98
- name: Check package installs
99
run: uv pip install dist/*.whl
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Publish to PyPI
34
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments