ci: log twine credential presence (length only) for publish debug
This commit is contained in:
parent
1c0c9accd9
commit
1522f12130
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
TWINE_PASSWORD: ${{ secrets.PACKAGE_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
|
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
|
||||||
run: |
|
run: |
|
||||||
|
echo "twine_user=${TWINE_USERNAME} token_len=${#TWINE_PASSWORD}"
|
||||||
cd repo
|
cd repo
|
||||||
python3 -m venv .build-venv
|
python3 -m venv .build-venv
|
||||||
. .build-venv/bin/activate
|
. .build-venv/bin/activate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue