From ca522e9657cd3965607f5f1890e3f317db21f2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:43:33 +0000 Subject: [PATCH 1/2] CHORE: Bump pypa/gh-action-pypi-publish in the github-actions group Bumps the github-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: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index fdc7015b..d802dfce 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -218,7 +218,7 @@ jobs: path: ${{ env.PACKAGE_NAME }}-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 7243186e7ffb9faa769b55793de188f10f61859c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:44:36 +0000 Subject: [PATCH 2/2] chore: adding changelog file 326.maintenance.md [dependabot-skip] --- doc/changelog.d/326.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/326.maintenance.md diff --git a/doc/changelog.d/326.maintenance.md b/doc/changelog.d/326.maintenance.md new file mode 100644 index 00000000..9f1105ee --- /dev/null +++ b/doc/changelog.d/326.maintenance.md @@ -0,0 +1 @@ +CHORE: Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the github-actions group