From aa3fbc75927cf8e59e046177fee4757c88fe5838 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 26 Feb 2024 18:18:00 +0300 Subject: [PATCH] WIP: CI: Build and show dist --- devscripts/CI/ghactions-release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devscripts/CI/ghactions-release b/devscripts/CI/ghactions-release index 990f6772..1485f50b 100755 --- a/devscripts/CI/ghactions-release +++ b/devscripts/CI/ghactions-release @@ -46,6 +46,6 @@ elif [ "$RUNNER_OS" == 'macOS' ]; then done fi && -# TWINE_USERNAME / TWINE_PASSWORD / TWINE_REPOSITORY_URL -# must be set in Github Actions settings. -exec twine upload --disable-progress-bar --skip-existing dist/* +python --version +pip --version +exec ls -lAF dist/