We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1537fcb commit 4d60422Copy full SHA for 4d60422
.github/workflows/publish-to-pypi.yml
@@ -40,6 +40,7 @@ on:
40
env:
41
PACKAGE_NAME: "cht-tiling"
42
PYTHON_VERSION: "3.10"
43
+ UV_VERSION: "0.8.22"
44
45
jobs:
46
details:
@@ -99,7 +100,7 @@ jobs:
99
100
- name: Install uv
101
uses: astral-sh/setup-uv@v6
102
with:
- version: "0.8.22"
103
+ version: ${{ env.UV_VERSION }}
104
python-version: ${{ env.PYTHON_VERSION }}
105
106
- name: Install package
@@ -133,6 +134,12 @@ jobs:
133
134
permissions:
135
id-token: write
136
steps:
137
+ - name: Install uv
138
+ uses: astral-sh/setup-uv@v6
139
+ with:
140
141
+ python-version: ${{ env.PYTHON_VERSION }}
142
+
143
- name: Download artifacts
144
uses: actions/download-artifact@v4
145
0 commit comments