Skip to content

Commit 0da13b3

Browse files
authored
Update publish.yml
1 parent 89dd09c commit 0da13b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Build distribution
2424
run: python -m build
2525
- name: Publish
26-
uses: pypa/gh-action-pypi-publish@v1.9.0
26+
uses: pypa/gh-action-pypi-publish@v1.10.2
2727
with:
2828
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)