diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index 65d5330..792445c 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -57,4 +57,6 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} + verbose: true + print-hash: true \ No newline at end of file