diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index b4df2c5df7..b8f1077382 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -94,4 +94,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Create PyPi Release - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + verbose: true + print-hash: true \ No newline at end of file