File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 uses : pypa/gh-action-pypi-publish@release/v1
3636
3737 - name : sign
38- uses : sigstore/gh-action-sigstore-python@v2.1.1
38+ uses : sigstore/gh-action-sigstore-python@v3.0.0
3939 with :
4040 inputs : ./dist/*.tar.gz ./dist/*.whl
4141 release-signing-artifacts : true
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def send(
7777
7878 return resp
7979
80- def build_response (
80+ def build_response ( # type: ignore[override]
8181 self ,
8282 request : PreparedRequest ,
8383 response : HTTPResponse ,
@@ -143,7 +143,7 @@ def _update_chunk_length(self: HTTPResponse) -> None:
143143 _update_chunk_length , response
144144 )
145145
146- resp : Response = super ().build_response (request , response ) # type: ignore[no-untyped-call]
146+ resp : Response = super ().build_response (request , response )
147147
148148 # See if we should invalidate the cache.
149149 if request .method in self .invalidating_methods and resp .ok :
You can’t perform that action at this time.
0 commit comments