diff --git a/action.yml b/action.yml index 399efdf..d6ce7fb 100644 --- a/action.yml +++ b/action.yml @@ -100,8 +100,3 @@ runs: GHA_SIGSTORE_PYTHON_INTERNAL_BE_CAREFUL_DEBUG: "${{ inputs.internal-be-careful-debug }}" GHA_SIGSTORE_PYTHON_INPUTS: "${{ inputs.inputs }}" shell: bash - - - uses: softprops/action-gh-release@v2 - if: inputs.release-signing-artifacts == 'true' && github.event_name == 'release' && github.event.action == 'published' - with: - files: "${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}" diff --git a/requirements.txt b/requirements.txt index d112a9b..493975f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -sigstore ~= 3.6 -requests ~= 2.32 +sigstore == 3.6.2 +requests == 2.32.2