Skip to content

Commit 90535ac

Browse files
committed
pypi action version
1 parent ecfcdaa commit 90535ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yml

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

0 commit comments

Comments
 (0)