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 4b07924 commit 9f0d926Copy full SHA for 9f0d926
.github/workflows/ci.yml
@@ -76,11 +76,12 @@ jobs:
76
ref: release
77
fetch-depth: 0
78
persist-credentials: false
79
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
80
- name: Python Semantic Release
81
id: release
82
uses: python-semantic-release/[email protected]
83
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
84
85
86
- name: Publish package distributions to PyPI
87
uses: pypa/[email protected]
0 commit comments