We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9df3931 + cfa923e commit 8c87deeCopy full SHA for 8c87dee
1 file changed
.github/workflows/package.yml
@@ -54,3 +54,8 @@ jobs:
54
body: ${{steps.changelog.outputs.changelog}}
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+
58
+ - name: '📦 Publish to PyPI'
59
+ uses: pypa/gh-action-pypi-publish@release/v1
60
+ with:
61
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments