Skip to content

Commit

Permalink
adding logging to the build wheels to see if secret is present there
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 23, 2025
1 parent c8c4312 commit 3aa873b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- name: Build wheels
env:
VERSION: ${{ steps.get-version.outputs.release_version }}
PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
run: |
echo "The length of the secret is ${#PYPI_TOKEN}"
git fetch --tags
git checkout ${VERSION}
python -m pip install build
Expand Down

0 comments on commit 3aa873b

Please sign in to comment.