[Skip-CI] WIP Implement release publishing

This commit is contained in:
erik 2023-08-11 14:45:43 +02:00
parent 337a790044
commit 39591c8aa9

View file

@ -63,7 +63,7 @@ class ReleaseService:
def publish_artifacts(self, release: Release):
for artifact_path in release.release_artifacts:
self.artifact_deployment_api.calculate_checksums(artifact_path)
# create release
self.artifact_deployment_api.post_release(release) # create release
# add artifacts to release
pass