Skip to content

Commit 5865b12

Browse files
authored
Apply suggestions from code review
Co-authored-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent de98f0c commit 5865b12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Publish to Test PyPI
6969
if: steps.version_check.outputs.exists != 'true'
70-
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
70+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
7171
with:
7272
repository-url: https://test.pypi.org/legacy/
7373
verbose: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Publish to PyPI
5555
if: steps.version_check.outputs.pypi_exists != 'true'
56-
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
56+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
5757

5858
- name: Verify package is installable
5959
id: verify_package

0 commit comments

Comments
 (0)