Skip to content

Commit

Permalink
Merge branch '1.1.x' into 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Mar 3, 2022
2 parents b68d1d2 + 43dc6d4 commit 3a4f33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@ stages:
set -eux
echo "Getting version"
pip install packaging~=20.9
cd $(System.DefaultWorkingDirectory)/$(project_root)/src
package_path=$(System.DefaultWorkingDirectory)/$(project_root)/src/$(project_name)
export PYTHONPATH=$(System.DefaultWorkingDirectory)/pytools/sphinx/base
version=$(python -c "import make_base; print(make_base.get_package_version())")
version=$(python -c "import make_util; print(make_util.get_package_version(package_path='$package_path'))")
echo "Current version: $version"
echo "Detecting pre-release ('dev' or 'rc' in version)"
prerelease=False
Expand Down Expand Up @@ -525,7 +525,7 @@ stages:
)
)
inputs:
gitHubConnection: github_release
gitHubConnection: github-release
repositoryName: $(Build.Repository.Name)
action: create
target: $(Build.SourceVersion)
Expand Down

0 comments on commit 3a4f33b

Please sign in to comment.