We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0d926 commit 1ee541bCopy full SHA for 1ee541b
.github/workflows/ci.yml
@@ -75,13 +75,11 @@ jobs:
75
with:
76
ref: release
77
fetch-depth: 0
78
- persist-credentials: false
+ persist-credentials: true
79
ssh-key: ${{ secrets.DEPLOY_KEY }}
80
- name: Python Semantic Release
81
id: release
82
uses: python-semantic-release/python-semantic-release@v9.14.0
83
- with:
84
- ssh-key: ${{ secrets.DEPLOY_KEY }}
85
86
- name: Publish package distributions to PyPI
87
uses: pypa/gh-action-pypi-publish@v1.12.2
0 commit comments