diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8f1a1..18c0146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: # - Create GitHub release # - Publish to PyPI - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.33.1 + uses: relekang/python-semantic-release@v7.34.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}