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 410bce9 commit e09d4eaCopy full SHA for e09d4ea
.github/workflows/ci.yaml
@@ -135,3 +135,13 @@ jobs:
135
uses: python-semantic-release/python-semantic-release@master
136
with:
137
github_token: ${{ secrets.GITHUB_TOKEN }}
138
+
139
+ - name: Publish package distributions to PyPI
140
+ id: pypi-publish
141
142
+ if: steps.release.outputs.released == 'true'
143
+ uses: pypa/gh-action-pypi-publish@release/v1
144
+ with:
145
+ verbose: true
146
+ user: ${{ secrets.PYPI_USERNAME }}
147
+ password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments