You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would go here as group:default/accelerator-controls.
71
-
72
73
73
74
component_type:
74
75
type: str
76
+
when: "{{ github_org == 'DiamondLightSource' }}"
75
77
help: |
76
78
Type of the component in the Developer Portal Software Catalogue.
77
79
Most likely service, library or application (without quotes).
@@ -84,8 +86,9 @@ component_type:
84
86
85
87
component_lifecycle:
86
88
type: str
89
+
when: "{{ github_org == 'DiamondLightSource' }}"
87
90
help: |
88
-
Project's current lifecycle stage, to be displayed in the Developer
91
+
Project's current lifecycle stage, to be displayed in the Developer
89
92
Portal Software Catalogue.
90
93
choices:
91
94
- experimental
@@ -147,6 +150,6 @@ _tasks:
147
150
_migrations:
148
151
- version: 2.0.0
149
152
before:
150
-
- echo This update will require you to login to pypi.org and make changes before you can make a new release to PyPI. If you do not have time to do this now, press CTRL+C to abort this update.
153
+
- echo This update will require you to login to pypi.org and make changes before you can make a new release to PyPI. If you do not have time to do this now, press CTRL+C to abort this update.
151
154
after:
152
-
- echo Visit https://diamondlightsource.github.io/python-copier-template/main/how-to/pypi.html to find out how to set up PyPI trusted publishing
155
+
- echo Visit https://diamondlightsource.github.io/python-copier-template/main/how-to/pypi.html to find out how to set up PyPI trusted publishing
0 commit comments