Skip to content

Commit 469aa58

Browse files
Merge pull request #281 from savannahostrowski/add-savannah
Add Savannah for 3.16 and 3.17
2 parents 1f05863 + 6daad47 commit 469aa58

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ def run_cmd(
8787
"3.12": ("[email protected]", google_oidc_provider),
8888
"3.13": ("[email protected]", google_oidc_provider),
8989
"3.14": ("[email protected]", github_oidc_provider),
90+
"3.15": ("[email protected]", github_oidc_provider),
91+
"3.16": ("[email protected]", github_oidc_provider),
92+
"3.17": ("[email protected]", github_oidc_provider),
9093
}
9194

9295

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)