Skip to content

Commit

Permalink
reverting changes
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Jan 20, 2025
1 parent d9435b6 commit b95c0d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b95c0d3

Please sign in to comment.