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 73da579 commit faf06c5Copy full SHA for faf06c5
.github/workflows/python-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: uv sync --group test --no-dev
48
- name: Build
49
- run: make build
+ run: uv build
50
#- name: Publish package distributions to PyPI
51
# uses: pypa/gh-action-pypi-publish@release/v1
52
0 commit comments