Skip to content

Commit 084d0c0

Browse files
Pin pypa/gh-action-pypi-publish action to cef2210
1 parent 7030498 commit 084d0c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Packages
3939
path: dist
4040
- name: Publish to PyPI
41-
uses: pypa/gh-action-pypi-publish@release/v1
41+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
4242
with:
4343
verbose: true
4444

@@ -98,7 +98,7 @@ jobs:
9898
name: Packages
9999
path: dist
100100
- name: Publish to TestPyPI
101-
uses: pypa/gh-action-pypi-publish@release/v1
101+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
102102
with:
103103
repository-url: https://test.pypi.org/legacy/
104104
skip-existing: true

0 commit comments

Comments
 (0)