We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6039e39 commit f947eebCopy full SHA for f947eeb
2 files changed
{{ cookiecutter.pypi_package_name }}/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install uv
19
uses: astral-sh/setup-uv@v5
20
with:
21
- version: ${{ env.CI_UV_VERSION }}
+ version: {{ '${{' }} env.CI_UV_VERSION }}
22
23
- name: Print current package version
24
run: uv tree -d 0
{{ cookiecutter.pypi_package_name }}/.github/workflows/prepare-release.yml
@@ -23,7 +23,7 @@ jobs:
25
26
27
28
29
0 commit comments