diff --git a/.github/workflows/cd-pypi.yml b/.github/workflows/cd-pypi.yml index 9bd9fe82..e4bd2f14 100644 --- a/.github/workflows/cd-pypi.yml +++ b/.github/workflows/cd-pypi.yml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install build + python -m pip install build - name: Build package run: python -m build - name: Publish to PyPI @@ -22,3 +22,4 @@ jobs: with: user: __token__ password: ${{ secrets.pypi_password }} + print-hash: true