diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a41e94..6ff720b 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.4 + uses: python-semantic-release/python-semantic-release@v9.8.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish package distributions to PyPI