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 9e86872 commit c6c72ffCopy full SHA for c6c72ff
β.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