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.
uv version
1 parent 342445a commit 2303280Copy full SHA for 2303280
3 files changed
.github/actions/deploy/action.yml
@@ -11,6 +11,6 @@ runs:
11
- name: Publish
12
shell: bash
13
run: |
14
- uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version ${{ inputs.version }}
+ uv version ${{ inputs.version }}
15
uv build
16
uv publish
Makefile
@@ -3,7 +3,7 @@ before_commit: lint mypy pytest
3
install:
4
uv sync
5
6
-upgrade:
+update:
7
uv lock --upgrade
8
9
0 commit comments