Skip to content

Commit 43a4411

Browse files
authored
Pin PyPI publish action for trusted publishing (#21731)
1 parent c016e62 commit 43a4411

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-pkg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
python -c "print('pkg=' + '${{ matrix.name }}'.lower())" >> $GITHUB_OUTPUT
154154
155155
- name: Publish distribution 📦 to PyPI
156-
uses: pypa/gh-action-pypi-publish@v1.5.1
156+
# pypa/gh-action-pypi-publish v1.13.0
157+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
157158
with:
158159
packages_dir: dist/${{ steps.folder.outputs.pkg }}
159160
verbose: true

0 commit comments

Comments
 (0)