Merge pull request #3504 from pypeclub/bugfix/traypublisher_fill_host_name

TrayPublisher: Make sure host name is filled
This commit is contained in:
Jakub Trllo 2022-07-13 17:30:59 +02:00 committed by GitHub
commit 85c6a3a2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 62 additions and 52 deletions

View file

@ -102,6 +102,10 @@ class BaseCreator:
return self.create_context.project_name
@property
def host(self):
return self.create_context.host
def get_group_label(self):
"""Group label under which are instances grouped in UI.