Skip to content

Commit 2a3bcf3

Browse files
chore(deps): pin pypa/gh-action-pypi-publish action to cef2210
1 parent 2576721 commit 2a3bcf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
python -m build --sdist --wheel --outdir ${{ env.DIST_DIR }} .
6868
6969
- name: Publish to PyPI
70-
uses: pypa/gh-action-pypi-publish@release/v1
70+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
7171
with:
7272
packages-dir: ${{ env.DIST_DIR }}

0 commit comments

Comments
 (0)