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 ef7df9c commit 1dc80c7Copy full SHA for 1dc80c7
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
enable-cache: true
27
- name: Install dependencies
28
- run: make sync
+ run: uv sync
29
- name: Build package
30
run: uv build
31
- name: Publish to PyPI
0 commit comments