From b95c0d3d366380bfc356f2a58b607d5fdef3aea9 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Mon, 20 Jan 2025 17:21:49 -0500 Subject: [PATCH] reverting changes Signed-off-by: Francisco Javier Arceo --- .github/workflows/build_wheels.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 4ad2d7f9da..2bb838da00 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -44,11 +44,6 @@ jobs: with: custom_version: ${{ github.event.inputs.release_version }} token: ${{ github.event.inputs.token }} - outputs: - release_version: ${{ steps.get-release.outputs.release_version }} - version_without_prefix: ${{ steps.get-release.outputs.version_without_prefix }} - highest_semver_tag: ${{ steps.get-release.outputs.highest_semver_tag }} - build-python-wheel: name: Build wheels @@ -133,6 +128,7 @@ jobs: VERSION_WITHOUT_PREFIX=${{ needs.get-version.outputs.version_without_prefix }} RELEASE_VERSION=${{ needs.get-version.outputs.release_version }} HIGHEST_SEMVER_TAG=${{ needs.get-version.outputs.highest_semver_tag }} + echo "Building docker image for ${{ matrix.component }} with version $VERSION_WITHOUT_PREFIX and release version $RELEASE_VERSION" make build-${{ matrix.component }}-docker REGISTRY=${REGISTRY} VERSION=${VERSION_WITHOUT_PREFIX} verify-python-wheels: