We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaf71d commit d9435b6Copy full SHA for d9435b6
.github/workflows/build_wheels.yml
@@ -44,6 +44,11 @@ jobs:
44
with:
45
custom_version: ${{ github.event.inputs.release_version }}
46
token: ${{ github.event.inputs.token }}
47
+ outputs:
48
+ release_version: ${{ steps.get-release.outputs.release_version }}
49
+ version_without_prefix: ${{ steps.get-release.outputs.version_without_prefix }}
50
+ highest_semver_tag: ${{ steps.get-release.outputs.highest_semver_tag }}
51
+
52
53
build-python-wheel:
54
name: Build wheels
0 commit comments