Skip to content

Commit 1ee541b

Browse files
authored
fix: try again
1 parent 9f0d926 commit 1ee541b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ jobs:
7575
with:
7676
ref: release
7777
fetch-depth: 0
78-
persist-credentials: false
78+
persist-credentials: true
7979
ssh-key: ${{ secrets.DEPLOY_KEY }}
8080
- name: Python Semantic Release
8181
id: release
8282
uses: python-semantic-release/[email protected]
83-
with:
84-
ssh-key: ${{ secrets.DEPLOY_KEY }}
8583

8684
- name: Publish package distributions to PyPI
8785
uses: pypa/[email protected]

0 commit comments

Comments
 (0)