Skip to content

Commit 7f7a76a

Browse files
committed
💚 pin pypa/gh-action-pypi-publish to v1.12.3 in publish.yml
1 parent e7c2e86 commit 7f7a76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
python3 -m build --sdist --wheel --outdir dist/ .
6363
- name: Publish distribution package to Test PyPI
6464
id: publish_test
65-
uses: pypa/gh-action-pypi-publish@release/v1
65+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
6666
with:
6767
repository-url: https://test.pypi.org/legacy/
6868
- name: Publish distribution package to PyPI
6969
id: publish
7070
if: startsWith(github.ref, 'refs/tags')
71-
uses: pypa/gh-action-pypi-publish@release/v1
71+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
7272
- name: Install pyproject-parser
7373
id: install_pyproject_parser
7474
run: |

0 commit comments

Comments
 (0)