Skip to content

Commit b00cd2b

Browse files
authored
fix: Update publish workflow (#201)
1 parent 646b4bf commit b00cd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
out-file-path: "dist"
9595
token: ${{ secrets.GITHUB_TOKEN }}
9696
- name: Publish a Python distribution to PyPI
97-
uses: pypa/gh-action-pypi-publish@v1.12.2
97+
uses: pypa/gh-action-pypi-publish@v1.12.4
9898
with:
9999
user: __token__
100100
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)