Skip to content

Commit 0c2bb20

Browse files
Update .github/workflows/release-please.yml
Co-authored-by: semgrep-code-launchdarkly[bot] <167133144+semgrep-code-launchdarkly[bot]@users.noreply.github.com>
1 parent 55392ac commit 0c2bb20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ jobs:
163163

164164
- name: Publish to PyPI
165165
if: ${{ inputs.dry_run != true }}
166-
uses: pypa/gh-action-pypi-publish@release/v1
166+
# https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13 - pinned to commit on 2024-04-13
167+
uses: pypa/gh-action-pypi-publish@3cc2c35166dfc1e5ea3bb0491ffdeedcaa50d7c
167168
with:
168169
password: ${{ env.PYPI_AUTH_TOKEN }}
169170
packages-dir: ${{ inputs.workspace_path }}/dist/

0 commit comments

Comments
 (0)