Skip to content

Commit dced819

Browse files
committed
chore: update pypi publish
1 parent 77474b7 commit dced819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
path: ./dist/*
7070
- name: Uploading PyPI
7171
if: ${{ matrix.python-version == '3.12' && matrix.os-version == 'ubuntu-latest' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')) }}
72-
uses: pypa/gh-action-pypi-publish@v1.8.14
72+
uses: pypa/gh-action-pypi-publish@v1.12.3
7373
with:
7474
# PyPI user
7575
# Password for your PyPI user or an access token

0 commit comments

Comments
 (0)