Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
description: "Git remote to checkout"
options:
- python
- savannahostrowski
- hugovk
- Yhg1s
- pablogsal
Expand Down
2 changes: 2 additions & 0 deletions add_to_pydotorg.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def run_cmd(
"3.12": ("[email protected]", google_oidc_provider),
"3.13": ("[email protected]", google_oidc_provider),
"3.14": ("[email protected]", github_oidc_provider),
"3.15": ("[email protected]", github_oidc_provider),
"3.16": ("[email protected]", github_oidc_provider),
}


Expand Down
1 change: 1 addition & 0 deletions windows-release/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ parameters:
default: python
values:
- 'python'
- 'savannahostrowski'
- 'hugovk'
- 'Yhg1s'
- 'pablogsal'
Expand Down
Loading