From 97931f0b9e86bf40e3a5df385b4f3adb269daeb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:07:44 +0000 Subject: [PATCH 1/2] CHORE: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 Bumps [pypa/gh-action-pypi-publish](https://github.com/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) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 01627872..88ba583e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -234,7 +234,7 @@ jobs: path: ${{ env.PACKAGE_NAME }}-artifacts - name: "Upload artifacts to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true From de62259fccdb91eedc7dd65a6af98706417e1a8d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:09:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 281.miscellaneous.md [dependabot-skip] --- doc/changelog.d/281.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/281.miscellaneous.md diff --git a/doc/changelog.d/281.miscellaneous.md b/doc/changelog.d/281.miscellaneous.md new file mode 100644 index 00000000..3607dc12 --- /dev/null +++ b/doc/changelog.d/281.miscellaneous.md @@ -0,0 +1 @@ +CHORE: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0