diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 73f8a55..d7c8dfb 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -26,7 +26,7 @@ jobs: run: twine check dist/* - name: Publish package if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.8 with: user: __token__ password: ${{ secrets.pypi_password }}