Skip to content

Commit 3754e80

Browse files
committed
debug release
1 parent bf8c4da commit 3754e80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ jobs:
2828
uses: astral-sh/setup-uv@v5
2929
with:
3030
# Install a specific version of uv.
31-
version: "0.5.2"
31+
version: "0.5.15"
3232

3333
- name: Check if there is a parent commit
3434
id: check-parent-commit
3535
run: |
3636
echo "::set-output name=sha::$(git rev-parse --verify --quiet HEAD^)"
3737
38+
- name: check toml file working
39+
run: |
40+
echo uvx --from=toml-cli toml get --toml-path=pyproject.toml project.version
41+
3842
- name: Detect and tag new version
3943
id: check-version
4044
if: steps.check-parent-commit.outputs.sha

0 commit comments

Comments
 (0)