Skip to content

Commit 8a8dbbf

Browse files
chore(github-actions): update pypa/gh-action-pypi-publish action to v1.14.2 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34b70c8 commit 8a8dbbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_pypi_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
path: dist
3333
- name: Publish distribution 📦 to PyPI
3434
# if: startsWith(github.ref, 'refs/tags')
35-
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
35+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
3636
with:
3737
sign-artifacts: true

.github/workflows/publish_pypi_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: dist
2828
path: dist
2929
- name: Publish distribution 📦 to Test PyPI
30-
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
30+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
3131
with:
3232
repository-url: https://test.pypi.org/legacy/
3333
sign-artifacts: true

0 commit comments

Comments
 (0)