Skip to content

Commit 0105e04

Browse files
committed
Update test-and-release.yml
1 parent c7fc975 commit 0105e04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-and-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,9 @@ jobs:
116116
This release was created based on the tag **${{ steps.get-release.outputs.tag }}**.
117117
files: |
118118
./wheelhouse/*.whl
119+
120+
- name: Publish to PyPI
121+
uses: pypa/gh-action-pypi-publish@release/v1
122+
with:
123+
user: __token__
124+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)