[Skip-CI] WIP Implement release publishing
This commit is contained in:
parent
337a790044
commit
39591c8aa9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue