diff --git a/.github/workflows/publish-python-package.yml b/.github/workflows/publish-python-package.yml index 1eaf2fc3e..d3aba94ab 100644 --- a/.github/workflows/publish-python-package.yml +++ b/.github/workflows/publish-python-package.yml @@ -40,7 +40,7 @@ jobs: cd game_frontend node djangoBundler.js - name: Release aimmo - uses: relekang/python-semantic-release@v7.12.0 + uses: relekang/python-semantic-release@v7.25.2 with: github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}