Skip to content

Commit c6c72ff

Browse files
authored
feat: πŸ”– Using uv version commandline
1 parent 9e86872 commit c6c72ff

File tree

3 files changed

+338
-338
lines changed

3 files changed

+338
-338
lines changed

β€Ž.github/actions/deploy/action.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ runs:
1111
- name: Publish
1212
shell: bash
1313
run: |
14-
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version ${{ inputs.version }}
14+
uv version ${{ inputs.version }}
1515
uv build
1616
uv publish

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before_commit: lint mypy pytest
33
install:
44
uv sync
55

6-
upgrade:
6+
update:
77
uv lock --upgrade
88
uv sync
99

0 commit comments

Comments
Β (0)