There was an error while loading. Please reload this page.
2 parents ed2bc8a + 5f200f0 commit 6f1e9aaCopy full SHA for 6f1e9aa
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@ab69e431e9c9f48a3310be0a56527c679f56e04d
+ 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