Skip to content

Commit 890980c

Browse files
authored
[AP-2965] fix for python publisher and pull request template (#163)
* fix for python publisher * fix for python publisher
1 parent 0a5f68e commit 890980c

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Description of change
2+
## Context
23
(write a short description or paste a link to JIRA)
34

4-
# Manual QA steps
5-
-
6-
7-
# Risks
8-
-
9-
10-
# Rollback steps
11-
- revert this branch
5+

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: gha-production-medium
10+
environment: pypi
1011
permissions:
1112
id-token: write
1213
contents: read

0 commit comments

Comments
 (0)