Skip to content

Commit b04961d

Browse files
committed
CI deps
1 parent 909ce8a commit b04961d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
path: dist/
5959

6060
- name: Publish distribution to PyPI
61-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 from 2025-09-03.
61+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 from 2026-04-07.
6262
with:
6363
print-hash: true

.github/workflows/publish-to-testpypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
path: dist/
6868

6969
- name: Publish distribution to TestPyPI
70-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 from 2025-09-03.
70+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 from 2026-04-07.
7171
with:
7272
repository-url: https://test.pypi.org/legacy/
7373
print-hash: true

0 commit comments

Comments
 (0)