We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766a4b1 commit 5bf43acCopy full SHA for 5bf43ac
.github/workflows/cd.yml
@@ -15,10 +15,10 @@ jobs:
15
- name: Checkout current branch
16
uses: actions/checkout@v3
17
18
- - name: Install Python 3.8
19
- uses: actions/setup-python@v1
+ - name: Install Python 3.9
+ uses: 5
20
with:
21
- python-version: 3.8
+ python-version: 3.9
22
23
- name: install deps
24
run: |
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "proxygen-cli"
3
-version = "2.1.20"
+version = "2.1.21"
4
description = "CLI for interacting with NHSD APIM's proxygen service"
5
authors = ["Ben Strutt <ben.strutt1@nhs.net>"]
6
readme = "README.md"
0 commit comments