Skip to content

Commit ab88b3a

Browse files
Update release.py
Co-authored-by: Savannah Ostrowski <savannah@python.org>
1 parent 72d35cf commit ab88b3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ def normalized(self) -> str:
195195
def branch(self) -> str:
196196
if self.is_alpha_release or self.is_feature_freeze_release:
197197
return "main"
198-
else:
199-
return f"{self.major}.{self.minor}"
198+
return f"{self.major}.{self.minor}"
200199

201200
@property
202201
def is_alpha_release(self) -> bool:

0 commit comments

Comments
 (0)