From ea92387d065ad13bb11999dac17056df69d50b55 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Thu, 7 Sep 2023 10:51:36 -0700 Subject: [PATCH] Add pyproject.toml path to lsprotocol project build --- azure-pipelines/release-pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines/release-pypi.yml b/azure-pipelines/release-pypi.yml index 851f145..37df592 100644 --- a/azure-pipelines/release-pypi.yml +++ b/azure-pipelines/release-pypi.yml @@ -22,6 +22,7 @@ extends: pythonVersion: '3.7' # We don't ship any built in packages. generateNotice: false + pyProjectTomlPath: $(Build.SourcesDirectory)/packages/python/pyproject.toml buildSteps: - script: python -m pip install nox displayName: Install nox