We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5f68e commit 890980cCopy full SHA for 890980c
2 files changed
.github/pull_request_template.md
@@ -1,11 +1,5 @@
1
# Description of change
2
+## Context
3
(write a short description or paste a link to JIRA)
4
-# Manual QA steps
5
- -
6
-
7
-# Risks
8
9
10
-# Rollback steps
11
- - revert this branch
+
.github/workflows/pythonpublish.yml
@@ -6,7 +6,8 @@ on:
jobs:
deploy:
- runs-on: ubuntu-latest
+ runs-on: gha-production-medium
+ environment: pypi
permissions:
12
id-token: write
13
contents: read
0 commit comments