Skip to content

Commit d9435b6

Browse files
fix: Adding outputs to build_wheels workflow
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent ccaf71d commit d9435b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
custom_version: ${{ github.event.inputs.release_version }}
4646
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+
4752

4853
build-python-wheel:
4954
name: Build wheels

0 commit comments

Comments
 (0)