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 }}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user