We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a47852 commit 429a673Copy full SHA for 429a673
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Update version
149
shell: bash
150
if: inputs.version != ''
151
- run: uv version ${inputs.version}
+ run: uv version ${{ inputs.version }}
152
153
- name: Build wheel
154
@@ -206,7 +206,7 @@ jobs:
206
207
208
209
210
211
- name: Install dependencies
212
0 commit comments