diff --git a/.github/workflows/build_and_test_library.yml b/.github/workflows/build_and_test_library.yml index 6ccc6248..244eb301 100644 --- a/.github/workflows/build_and_test_library.yml +++ b/.github/workflows/build_and_test_library.yml @@ -108,7 +108,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@e0de7dd89b2a4c100f74327666d5521cfda17950 # v10.1.1 + uses: ansys/actions/release-pypi-private@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 with: library-name: ${{ env.LIBRARY_NAME }} twine-username: "__token__" @@ -139,7 +139,7 @@ jobs: skip-existing: false - name: "Release to private PyPI" - uses: ansys/actions/release-pypi-private@e0de7dd89b2a4c100f74327666d5521cfda17950 # v10.1.1 + uses: ansys/actions/release-pypi-private@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 with: library-name: ${{ env.LIBRARY_NAME }} twine-username: "__token__"