Skip to content

Commit ac9f3ec

Browse files
Fix CI
1 parent d7fc348 commit ac9f3ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Release
13-
uses: patrick-kidger/action_update_python_project@v2
13+
uses: patrick-kidger/action_update_python_project@v6
1414
with:
1515
python-version: "3.11"
1616
test-script: |
@@ -21,7 +21,3 @@ jobs:
2121
pypi-token: ${{ secrets.pypi_token }}
2222
github-user: patrick-kidger
2323
github-token: ${{ github.token }}
24-
email-user: ${{ secrets.email_user }}
25-
email-token: ${{ secrets.email_token }}
26-
email-server: ${{ secrets.email_server }}
27-
email-target: ${{ secrets.email_target }}

0 commit comments

Comments
 (0)