diff --git a/azure/azure-build-pipeline.yml b/azure/azure-build-pipeline.yml index 18c0d43aa..30b7c798e 100644 --- a/azure/azure-build-pipeline.yml +++ b/azure/azure-build-pipeline.yml @@ -22,7 +22,7 @@ resources: - repository: common type: github name: NHSDigital/api-management-utils - ref: refs/heads/edge + ref: refs/heads/APIM-Pipeline-fix endpoint: NHSDigital variables: diff --git a/pyproject.toml b/pyproject.toml index 0ca646e56..7db1b41b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,3 @@ -[project] -python = "^3.8" - [tool.poetry] name = "communications-manager" version = "0.0.1-alpha" @@ -13,7 +10,7 @@ license = "MIT" repository = "https://github.com/NHSDigital/communications-manager-api" homepage = "https://digital.nhs.uk/developer/api-catalogue/nhs-notify" keywords = ["healthcare", "uk", "nhs", "communications", "email", "sms", "letter"] - +package-mode = false [tool.poetry.dependencies] python = "^3.8"