diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e51813c..dd6ef24 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: relekang/python-semantic-release@v7.34.6 + - uses: relekang/python-semantic-release@v9.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}