There was an error while loading. Please reload this page.
1 parent de98f0c commit 5865b12Copy full SHA for 5865b12
2 files changed
.github/workflows/pr-preview.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Publish to Test PyPI
69
if: steps.version_check.outputs.exists != 'true'
70
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
+ uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
71
with:
72
repository-url: https://test.pypi.org/legacy/
73
verbose: true
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Publish to PyPI
55
if: steps.version_check.outputs.pypi_exists != 'true'
56
57
58
- name: Verify package is installable
59
id: verify_package
0 commit comments