Skip to content

Commit 072f206

Browse files
committed
chore(deps): update pypa/gh-action-pypi-publish action to v1.10.0
1 parent be38aaa commit 072f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build package
2121
run: python -m build
2222
- name: Publish package
23-
uses: pypa/gh-action-pypi-publish@v1.9.0
23+
uses: pypa/gh-action-pypi-publish@v1.10.0
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)