Skip to content

Commit d0983de

Browse files
committed
CI: update trusted publishing action to 1.13.0
1 parent ec085cb commit d0983de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
ls -al
247247
248248
- name: Publish
249-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
249+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
250250
with:
251251
repository-url: https://test.pypi.org/legacy/
252252
skip-existing: true
@@ -308,7 +308,7 @@ jobs:
308308
ls -al
309309
310310
- name: Publish
311-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
311+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
312312
with:
313313
print-hash: true
314314
attestations: true

0 commit comments

Comments
 (0)