Skip to content

Commit 2bb2165

Browse files
fix: use commit SHA for pypa/gh-action-pypi-publish pin
Tag SHA (annotated tag object) doesn't resolve as a Docker image. Use dereferenced commit SHA instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d1c3ffe commit 2bb2165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: python -m build
4444

4545
- name: Publish ${{ matrix.package }} to PyPI
46-
uses: pypa/gh-action-pypi-publish@7f25271a4aa483500f742f9492b2ab5648d61011 # v1.12.4
46+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4747
with:
4848
packages-dir: packages/${{ matrix.package }}/dist/
4949
skip-existing: true

0 commit comments

Comments
 (0)