Skip to content

Commit d0fb305

Browse files
committed
Update versions
1 parent 539cb3c commit d0fb305

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: dist/
7272

7373
- name: Publish to TestPyPI
74-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
74+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.12.4
7575
with:
7676
repository-url: https://test.pypi.org/legacy/
7777
attestations: false
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787

8888
- name: Set up Python
89-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
89+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
9090
with:
9191
python-version: "3.12"
9292

@@ -154,7 +154,7 @@ jobs:
154154
path: dist/
155155

156156
- name: Publish to PyPI
157-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
157+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.12.4
158158

159159
verify-pypi:
160160
name: Verify PyPI Installation
@@ -169,7 +169,7 @@ jobs:
169169
run: sleep 60
170170

171171
- name: Set up Python
172-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
172+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
173173
with:
174174
python-version: "3.12"
175175

0 commit comments

Comments
 (0)