Skip to content

Commit

Permalink
Update release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-innocenti committed Jan 6, 2025
1 parent 22ea0a2 commit bea1f71
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
github-token: ${{ github.token }}

0 comments on commit bea1f71

Please sign in to comment.