From 4d6f01b96c71a8ef52bae545ee7538ce53d1c7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:54:31 +0000 Subject: [PATCH 1/2] build: 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.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e...cef221092ed1bacb1cc03d23a2d87d1d172e277b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_release.yml b/.github/workflows/ci_cd_release.yml index 3f11ef32ee..e419323ab5 100644 --- a/.github/workflows/ci_cd_release.yml +++ b/.github/workflows/ci_cd_release.yml @@ -427,7 +427,7 @@ jobs: path: ${{ env.ANSYS_STK }}-artifacts - name: "Upload artifacts to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true From 29de421262867fd67e80b7a5e7d73acbb6a27126 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:55:57 +0000 Subject: [PATCH 2/2] chore: adding changelog file 987.dependencies.md [dependabot-skip] --- doc/source/changelog/987.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/987.dependencies.md diff --git a/doc/source/changelog/987.dependencies.md b/doc/source/changelog/987.dependencies.md new file mode 100644 index 0000000000..b062dd357c --- /dev/null +++ b/doc/source/changelog/987.dependencies.md @@ -0,0 +1 @@ +Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the actions group