Skip to content

Commit

Permalink
fix: Updating environment variable in the build_wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Jan 20, 2025
1 parent 1c5c3d8 commit aacb68e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build image
run: |
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 }}
make build-${{ matrix.component }}-docker REGISTRY=${REGISTRY} VERSION=${VERSION_WITHOUT_PREFIX}
env:
VERSION_WITHOUT_PREFIX: ${{ needs.get-version.outputs.version_without_prefix }}
verify-python-wheels:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit aacb68e

Please sign in to comment.