Skip to content

Commit 3aa873b

Browse files
adding logging to the build wheels to see if secret is present there
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent c8c4312 commit 3aa873b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
- name: Build wheels
5454
env:
5555
VERSION: ${{ steps.get-version.outputs.release_version }}
56+
PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
5657
run: |
58+
echo "The length of the secret is ${#PYPI_TOKEN}"
5759
git fetch --tags
5860
git checkout ${VERSION}
5961
python -m pip install build

0 commit comments

Comments
 (0)