diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 391c03f..01451dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: Build the package run: poetry build - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - name: Create Release tag