We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1728ca commit c5524ffCopy full SHA for c5524ff
1 file changed
.github/workflows/CD.yml
@@ -17,6 +17,8 @@ jobs:
17
[ -z "${version}" ] && exit 1
18
echo "RELEASE_VERSION=${version}" >> $GITHUB_ENV
19
20
+ - uses: astral-sh/setup-uv@v5
21
+
22
- name: Build and publish
23
run: |
24
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version ${RELEASE_VERSION}
0 commit comments