diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 843f7e7..acc5fe9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -313,7 +313,7 @@ jobs: mkdir -p dist find ./tmp -type f -name '*.whl' -exec cp -t ./dist {} + find ./tmp -type f -name '*.tar.gz' -exec cp -t ./dist {} + - ls ./dist + ls -l ./dist - name: Set up Python uses: actions/setup-python@v5 @@ -323,6 +323,7 @@ jobs: - name: Publish [PyPi] uses: pypa/gh-action-pypi-publish@release/v1 with: + verbose: True # Experimental feature not yet compatible with our workflow attestations: False