Skip to content

Commit fec682b

Browse files
authored
Fix output wheel name in workflows (#1527)
1 parent 40b701e commit fec682b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
&& github.event.inputs.release-version
194194
|| steps.scm-version.outputs.dist-version
195195
}}.tar.gz')
196-
print('::set-output name=wheel::proxy.py-${{
196+
print('::set-output name=wheel::proxy_py-${{
197197
steps.request-check.outputs.release-requested == 'true'
198198
&& github.event.inputs.release-version
199199
|| steps.scm-version.outputs.dist-version

0 commit comments

Comments
 (0)