Skip to content

Commit

Permalink
Update to latest release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Sep 29, 2024
1 parent 2e8944e commit 4781764
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release
uses: patrick-kidger/action_update_python_project@v2
uses: patrick-kidger/action_update_python_project@v4
with:
python-version: "3.11"
test-script: |
Expand All @@ -21,7 +21,3 @@ jobs:
pypi-token: ${{ secrets.pypi_token }}
github-user: patrick-kidger
github-token: ${{ github.token }}
email-user: ${{ secrets.email_user }}
email-token: ${{ secrets.email_token }}
email-server: ${{ secrets.email_server }}
email-target: ${{ secrets.email_target }}

0 comments on commit 4781764

Please sign in to comment.