Skip to content

Commit 94873a3

Browse files
committed
CI: pin actions by SHA
This eliminates the possibility of a tag being changed under us.
1 parent 20e80a8 commit 94873a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python setup.py sdist bdist_wheel
3030
3131
- name: Publish mpl-sphinx-theme
32-
uses: pypa/gh-action-pypi-publish@master
32+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
3333
with:
3434
user: __token__
3535
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)