From a2044ba7de89cf31ae206d2cfa73060dc65ae77c Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 14 Nov 2024 13:42:43 -0700 Subject: [PATCH] Update .github/workflows/python_publish.yml --- .github/workflows/python_publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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