Skip to content

Commit 3a1392d

Browse files
committed
Update pypa/gh-action-pypi-publish action
1 parent 9f743d7 commit 3a1392d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-hatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: dist
9393

9494
- name: Push Python artifacts to PyPI
95-
uses: pypa/gh-action-pypi-publish@v1.11.0
95+
uses: pypa/gh-action-pypi-publish@v1.12.3
9696
with:
9797
skip-existing: true
9898

.github/workflows/build-hatchling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
path: dist
5353

5454
- name: Push build artifacts to PyPI
55-
uses: pypa/gh-action-pypi-publish@v1.11.0
55+
uses: pypa/gh-action-pypi-publish@v1.12.3
5656
with:
5757
skip-existing: true

0 commit comments

Comments
 (0)