We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94607f9 commit 05f7353Copy full SHA for 05f7353
1 file changed
.github/workflows/release-please.yml
@@ -45,12 +45,12 @@ jobs:
45
ref: ${{ needs.release-please.outputs.tag_name }}
46
47
- name: Setup
48
- uses: descope/.github/.github/actions/python/poetry/setup@98dc6070b8c708b019c579b17c24b1002eb54898 # main
+ uses: descope/.github/.github/actions/python/poetry/setup@10920456bd04ef2128c2391175625155dce3735d # main
49
with:
50
python-version: "3.11"
51
52
- name: Build
53
- uses: descope/.github/.github/actions/python/poetry/build@98dc6070b8c708b019c579b17c24b1002eb54898 # main
+ uses: descope/.github/.github/actions/python/poetry/build@10920456bd04ef2128c2391175625155dce3735d # main
54
55
- name: Publish to PyPI
56
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
0 commit comments