Skip to content

Commit 5edb63f

Browse files
authored
Update the GHH action to publish to PyPi version (#50)
1 parent b4958f2 commit 5edb63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python3 -m build
2323
- name: Publish to PyPI
24-
uses: pypa/gh-action-pypi-publish@v1.8.14
24+
uses: pypa/gh-action-pypi-publish@v1.12.4
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)