Skip to content

Commit

Permalink
Add pyproject.toml path to lsprotocol project build (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Sep 7, 2023
1 parent c9a8424 commit d9cd5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9cd5f2

Please sign in to comment.