We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f806e commit 74d2476Copy full SHA for 74d2476
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
85
- name: Install and authenticate Cloudsmith CLI
86
- uses: cloudsmith-io/cloudsmith-cli-action@d8a6f3fe4d45eaee8e8fafae7230e808e1c7f8ab # v2.0.0
+ uses: cloudsmith-io/cloudsmith-cli-action@76c8ff51a34bea1036d9b7708f10a929624a1910 # v2.0.1
87
with:
88
oidc-namespace: ${{ vars.CLOUDSMITH_NAMESPACE }}
89
oidc-service-slug: ${{ vars.CLOUDSMITH_SVC_SLUG }}
@@ -155,6 +155,6 @@ jobs:
155
run: python setup.py sdist bdist_wheel
156
157
- name: Publish to PyPI
158
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
159
160
packages-dir: dist/
0 commit comments