From ba1dece22398f52d308c2989c5b8646d0625fa61 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 --- .github/workflows/test-publish.yaml | 6 ++++++ devscripts/CI/ghactions-release | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-publish.yaml b/.github/workflows/test-publish.yaml index 303c0939..50126c22 100644 --- a/.github/workflows/test-publish.yaml +++ b/.github/workflows/test-publish.yaml @@ -53,3 +53,9 @@ jobs: pip --version exec devscripts/CI/ghactions-release if: ${{ !contains(fromJSON(env.not_in_aarch64), matrix.python-version) && runner.os == 'Linux' }} + - name: Check dist + run: | + ls -lAFd dist + exec ls -lAF dist + shell: bash + if: ${{ !contains(fromJSON(env.not_in_aarch64), matrix.python-version) && runner.os == 'Linux' }} 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/