Skip to content

Commit 47a0a79

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.14.1 (#1658)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e35b13 commit 47a0a79

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
prerelease: false
306306

307307
- name: Publish to PyPI
308-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
308+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
309309
with:
310310
skip-existing: true
311311
packages-dir: wheelhouse

.github/workflows/release-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
prerelease: false
261261

262262
- name: Publish to PyPI
263-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
263+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
264264
with:
265265
skip-existing: true
266266
packages-dir: wheelhouse

.github/workflows/release-ffi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
prerelease: false
307307

308308
- name: Publish to PyPI
309-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
309+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
310310
with:
311311
skip-existing: true
312312
packages-dir: wheelhouse

0 commit comments

Comments
 (0)