ci: log twine credential presence (length only) for publish debug
Some checks failed
ci / test (push) Failing after 35s

This commit is contained in:
2026-06-17 00:20:19 +02:00
parent 1c0c9accd9
commit 1522f12130

View File

@@ -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