From 3ce3f7764f1871591946dc003a09b66a76aa0f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:13:26 +0000 Subject: [PATCH] Bump the gha-updates group across 1 directory with 2 updates Bumps the gha-updates group with 2 updates in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/76f52bc884231f62b9a034ebfe128415bbaabdfc...ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e) Updates `sigstore/gh-action-sigstore-python` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/f7ad0af51a5648d09a20d00370f0a91c3bdf8f84...f832326173235dcb00dd5d92cd3f353de3188e6c) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-updates - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-pypi-test.yaml | 2 +- .github/workflows/publish-pypi.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-pypi-test.yaml b/.github/workflows/publish-pypi-test.yaml index 719520e..4a88b0a 100644 --- a/.github/workflows/publish-pypi-test.yaml +++ b/.github/workflows/publish-pypi-test.yaml @@ -56,6 +56,6 @@ jobs: name: cladetime-package-distribution path: dist/ - name: Publish distribution to TestPyPI 🚀 - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc #v1.12.4 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e #v1.13.0 with: repository-url: https://test.pypi.org/legacy/ diff --git a/.github/workflows/publish-pypi.yaml b/.github/workflows/publish-pypi.yaml index 50f3592..77c44df 100644 --- a/.github/workflows/publish-pypi.yaml +++ b/.github/workflows/publish-pypi.yaml @@ -60,7 +60,7 @@ jobs: name: cladetime-package-distribution path: dist/ - name: Publish distribution to PyPI 🚀 - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc #v1.12.4 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e #v1.13.0 github-release: name: >- @@ -81,7 +81,7 @@ jobs: name: cladetime-package-distribution path: dist/ - name: Sign the dists with Sigstore 📝 - uses: sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 #v3.0.1 + uses: sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d #v3.2.0 with: inputs: >- ./dist/*.tar.gz