Skip to content

Commit c2b00b9

Browse files
Upgrade PyPI publish version from v1.9 to v1 (i.e. using the latest in the major version 1)
1 parent 566eec1 commit c2b00b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: uv build
3939
- name: Publish distribution to PyPI
4040
if: startsWith(github.event.ref, 'refs/tags')
41-
uses: pypa/gh-action-pypi-publish@release/v1.9
41+
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)