sbp commented on code in PR #1561:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/1561#discussion_r3915940881


##########
atr/storage/writers/release.py:
##########
@@ -1598,8 +1639,14 @@ async def complete_archive(
                 # blocking the release
                 await self.__data.commit()
                 return None
-            return await _archive_release(
-                self.__data, self.__write_as, self.__asf_uid, project_key, 
version_key, release
+            return await archive_release_core(
+                self.__data,
+                self.__write_as,
+                self.__asf_uid,

Review Comment:
   Nope, I think we'd have to request one for this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to