Skip to content

Commit

Permalink
Add package name field to build pipelines (#337)
Browse files Browse the repository at this point in the history
Part of the API scan change for python packages
  • Loading branch information
karthiknadig committed Feb 29, 2024
1 parent 314d761 commit 610626a
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 @@ -23,6 +23,7 @@ extends:
# We don't ship any built in packages.
generateNotice: false
pyProjectTomlPath: $(Build.SourcesDirectory)/packages/python/pyproject.toml
packageName: lsprotocol
buildSteps:
- script: python -m pip install nox
displayName: Install nox
Expand Down

0 comments on commit 610626a

Please sign in to comment.