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/