Skip to content

Commit b95c0d3

Browse files
reverting changes
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent d9435b6 commit b95c0d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ 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-
5247

5348
build-python-wheel:
5449
name: Build wheels
@@ -133,6 +128,7 @@ jobs:
133128
VERSION_WITHOUT_PREFIX=${{ needs.get-version.outputs.version_without_prefix }}
134129
RELEASE_VERSION=${{ needs.get-version.outputs.release_version }}
135130
HIGHEST_SEMVER_TAG=${{ needs.get-version.outputs.highest_semver_tag }}
131+
echo "Building docker image for ${{ matrix.component }} with version $VERSION_WITHOUT_PREFIX and release version $RELEASE_VERSION"
136132
make build-${{ matrix.component }}-docker REGISTRY=${REGISTRY} VERSION=${VERSION_WITHOUT_PREFIX}
137133
138134
verify-python-wheels:

0 commit comments

Comments
 (0)