ci: log twine credential presence (length only) for publish debug
Some checks failed
ci / test (push) Failing after 35s
Some checks failed
ci / test (push) Failing after 35s
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
||||
TWINE_PASSWORD: ${{ secrets.PACKAGE_TOKEN }}
|
||||
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
|
||||
run: |
|
||||
echo "twine_user=${TWINE_USERNAME} token_len=${#TWINE_PASSWORD}"
|
||||
cd repo
|
||||
python3 -m venv .build-venv
|
||||
. .build-venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user