From 7813b8b06dd5d3e26fa6bb32011b47d7aef17ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:38:56 +0000 Subject: [PATCH] build: bump pypa/gh-action-pypi-publish in the actions-deps group Bumps the actions-deps group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.14.1...v1.14.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/medcat-v1_main.yml | 2 +- .github/workflows/medcat-v1_production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/medcat-v1_main.yml b/.github/workflows/medcat-v1_main.yml index aaa4322b2..5d5f02ebb 100644 --- a/.github/workflows/medcat-v1_main.yml +++ b/.github/workflows/medcat-v1_main.yml @@ -136,7 +136,7 @@ jobs: . - name: Publish dev distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.14.1 + uses: pypa/gh-action-pypi-publish@v1.14.2 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ diff --git a/.github/workflows/medcat-v1_production.yml b/.github/workflows/medcat-v1_production.yml index a8295a30d..20f1558af 100644 --- a/.github/workflows/medcat-v1_production.yml +++ b/.github/workflows/medcat-v1_production.yml @@ -66,7 +66,7 @@ jobs: - name: Publish production distribution to PyPI if: startsWith(github.ref, 'refs/tags') && ! github.event.release.prerelease - uses: pypa/gh-action-pypi-publish@v1.14.1 + uses: pypa/gh-action-pypi-publish@v1.14.2 with: # TODO CU-869a25n7e Use Trusted Platform Publisher based PyPI release password: ${{ secrets.PYPI_API_TOKEN }}