Skip to content

Commit 1a587e0

Browse files
committed
chore: pin pypi public action commit
1 parent 27ac7c3 commit 1a587e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
gh release download ${VERSION} --repo github.com/rudderlabs/profiles-pycorelib --pattern "profiles_pycorelib_dist_${VERSION}.tar.gz" -O ./dist.tar.gz
3636
tar -zxvf dist.tar.gz
3737
- name: publish
38-
uses: pypa/gh-action-pypi-publish@release/v1
38+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
3939
with:
4040
repository-url: ${{ vars.REPOSITORY_URL }}
4141
user: ${{ env.USER || '__token__' }}

0 commit comments

Comments
 (0)