Skip to content

Commit b299714

Browse files
authored
Merge branch 'main' into hugovk-patch-1
2 parents cfdb748 + 469aa58 commit b299714

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
description: "Git remote to checkout"
2525
options:
2626
- python
27+
- savannahostrowski
2728
- hugovk
2829
- Yhg1s
2930
- pablogsal

add_to_pydotorg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def run_cmd(
8888
"3.13": ("thomas@python.org", google_oidc_provider),
8989
"3.14": ("hugo@python.org", github_oidc_provider),
9090
"3.15": ("hugo@python.org", github_oidc_provider),
91+
"3.16": ("savannah@python.org", github_oidc_provider),
92+
"3.17": ("savannah@python.org", github_oidc_provider),
9193
}
9294

9395

windows-release/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ parameters:
77
default: python
88
values:
99
- 'python'
10+
- 'savannahostrowski'
1011
- 'hugovk'
1112
- 'Yhg1s'
1213
- 'pablogsal'

0 commit comments

Comments
 (0)