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__"