Skip to content

Commit 332c407

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#1592)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72e0942 commit 332c407

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
@@ -89,7 +89,7 @@ jobs:
8989
path: dist
9090

9191
- name: Push Python artifacts to PyPI
92-
uses: pypa/gh-action-pypi-publish@v1.8.14
92+
uses: pypa/gh-action-pypi-publish@v1.9.0
9393
with:
9494
skip-existing: true
9595

.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.8.14
55+
uses: pypa/gh-action-pypi-publish@v1.9.0
5656
with:
5757
skip-existing: true

0 commit comments

Comments
 (0)