From bea1f71d1308b1d878255a541d35394e92bc46ee Mon Sep 17 00:00:00 2001 From: Francesco Innocenti Date: Mon, 6 Jan 2025 12:58:44 +0000 Subject: [PATCH] Update release action. --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54328f6..c8a6698 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,13 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Release - uses: thebuckleylab/action_update_python_project@v2 + uses: patrick-kidger/action_update_python_project@v6 with: python-version: "3.11" pypi-token: ${{ secrets.pypi_token }} github-user: thebuckleylab - github-token: ${{ github.token }} - email-user: ${{ secrets.email_user }} - email-token: ${{ secrets.email_token }} - email-server: ${{ secrets.email_server }} - email-target: ${{ secrets.email_target }} \ No newline at end of file + github-token: ${{ github.token }} \ No newline at end of file