Skip to content

Commit 4196151

Browse files
authored
pypi release action version
1 parent 22c0692 commit 4196151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: python${{ matrix.python-version }} -m build
4040

4141
- name: Publish package
42-
uses: pypa/gh-action-pypi-publish@release/v1.5
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
4444
user: __token__
4545
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)