Skip to content

Commit c5524ff

Browse files
committed
Fix publishing
1 parent e1728ca commit c5524ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
[ -z "${version}" ] && exit 1
1818
echo "RELEASE_VERSION=${version}" >> $GITHUB_ENV
1919
20+
- uses: astral-sh/setup-uv@v5
21+
2022
- name: Build and publish
2123
run: |
2224
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version ${RELEASE_VERSION}

0 commit comments

Comments
 (0)