From dbc7af89789ed6138ea0fd56f8208b9e13d415c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:42:52 +0000 Subject: [PATCH] Bump ansys/actions/release-pypi-private from 11.0.1 to 11.0.3 Bumps [ansys/actions/release-pypi-private](https://github.com/ansys/actions) from 11.0.1 to 11.0.3. - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/actions/compare/d98e1a4008dab392f8c114a483c2c5624076ccd6...7e89e00c5619374a1da8c2e876309d8b15ff0559) --- updated-dependencies: - dependency-name: ansys/actions/release-pypi-private dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test_library.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_library.yml b/.github/workflows/build_and_test_library.yml index bba132b0..e8fb7d00 100644 --- a/.github/workflows/build_and_test_library.yml +++ b/.github/workflows/build_and_test_library.yml @@ -127,7 +127,7 @@ jobs: if: (github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/main') && (inputs.publish-to-private-pypi == 'true') steps: - name: "Release to private PyPI" - uses: ansys/actions/release-pypi-private@d98e1a4008dab392f8c114a483c2c5624076ccd6 # v11.0.1 + uses: ansys/actions/release-pypi-private@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: library-name: ${{ env.LIBRARY_NAME }} twine-username: "__token__" @@ -158,7 +158,7 @@ jobs: skip-existing: false - name: "Release to private PyPI" - uses: ansys/actions/release-pypi-private@d98e1a4008dab392f8c114a483c2c5624076ccd6 # v11.0.1 + uses: ansys/actions/release-pypi-private@7e89e00c5619374a1da8c2e876309d8b15ff0559 # v11.0.3 with: library-name: ${{ env.LIBRARY_NAME }} twine-username: "__token__"