We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac7c3 commit 1a587e0Copy full SHA for 1a587e0
.github/workflows/publish.yaml
@@ -35,7 +35,7 @@ jobs:
35
gh release download ${VERSION} --repo github.com/rudderlabs/profiles-pycorelib --pattern "profiles_pycorelib_dist_${VERSION}.tar.gz" -O ./dist.tar.gz
36
tar -zxvf dist.tar.gz
37
- name: publish
38
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
39
with:
40
repository-url: ${{ vars.REPOSITORY_URL }}
41
user: ${{ env.USER || '__token__' }}
0 commit comments