diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8f6f50..b7b279a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.8.7 + uses: python-semantic-release/python-semantic-release@v9.8.8 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish package distributions to PyPI