From d298c8b0ebf2f532da16bf791c782e570bc7c817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:16:07 +0000 Subject: [PATCH 1/2] ci: bump pypa/gh-action-pypi-publish in the actions group Bumps the actions 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/ba38be9e461d3875417946c167d0b5f3d385a247...dc37677b2e1c63e2034f94d8a5b11f265b73ba33) --- 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index facc655..fec06e4 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -152,7 +152,7 @@ jobs: path: ${{ env.PACKAGE_NAME }}-artifacts - name: Release to the public PyPI - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: repository-url: https://upload.pypi.org/legacy/ print-hash: true From fb731ac392d85aa4c3213f85c4ce98344e82288a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:16:40 +0000 Subject: [PATCH 2/2] chore: adding changelog file 134.maintenance.md [dependabot-skip] --- doc/changelog.d/134.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/134.maintenance.md diff --git a/doc/changelog.d/134.maintenance.md b/doc/changelog.d/134.maintenance.md new file mode 100644 index 0000000..7bf0b0f --- /dev/null +++ b/doc/changelog.d/134.maintenance.md @@ -0,0 +1 @@ +Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the actions group