Skip to content

Commit 18d4985

Browse files
authored
Update python-publish.yml
publish to PyPi
1 parent 7dbc6a1 commit 18d4985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ jobs:
3737
--wheel
3838
--outdir dist/
3939
.
40+
- name: Publish distribution to PyPI
41+
uses: pypa/gh-action-pypi-publish@master
42+
with:
43+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)