We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb9d795 + 202a014 commit 4d43e02Copy full SHA for 4d43e02
1 file changed
.github/workflows/publish.yml
@@ -122,7 +122,11 @@ jobs:
122
name: dist
123
path: dist/
124
- name: Publish
125
- uses: pypa/gh-action-pypi-publish@ecb4c3dfd4790f14e30aaeac04855c7413ee9368 # v1.12.2
+ # Pinned to the COMMIT sha (not the annotated-tag object sha). This is a
126
+ # Docker action; GitHub pulls ghcr.io/pypa/gh-action-pypi-publish:<ref>,
127
+ # and pypa publishes that image tagged by commit sha — the tag-object sha
128
+ # has no image (manifest unknown).
129
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
130
# No `password:` — OIDC handles auth automatically.
131
132
# ----------------------------------------------------------------------
0 commit comments