From 67248588e0e0a54b076bc1febd8ec34b39d21be7 Mon Sep 17 00:00:00 2001 From: kikomiss <144282031+kikomiss@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:15:06 -0700 Subject: [PATCH] fix: remove tagging from PR-build as it's not accessible for 3P contributors (#616) --- .ado/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.ado/ci.yml b/.ado/ci.yml index e2d9598fb..3be7fa970 100644 --- a/.ado/ci.yml +++ b/.ado/ci.yml @@ -32,13 +32,6 @@ jobs: pip freeze displayName: List installed packages - - script: | - python set_version.py - env: - RELEASE_TYPE: "patch" - BUILD_TYPE: "dev" - displayName: Set "azure-quantum" package version - - script: | cd $(Build.SourcesDirectory)/azure-quantum python setup.py sdist --dist-dir=target/wheels