alitheg commented on code in PR #1561:
URL:
https://github.com/apache/tooling-trusted-releases/pull/1561#discussion_r3934868324
##########
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:
I figured out we *can* just get the user who started the archive vote's uid
and use that
--
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]