Skip to content

Commit

Permalink
Merge pull request #267 from BCG-Gamma/dev/1.2.2
Browse files Browse the repository at this point in the history
BUILD: release pytools 1.2.2
  • Loading branch information
j-ittner authored Jul 23, 2021
2 parents e1290af + 156b117 commit d62f7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variables:
is_scheduled: $[ eq(variables['Build.Reason'], 'Schedule') ]
project_name: pytools
project_root: $(project_name)
package_name: pytools
package_name: gamma-pytools
sshPublicKey: $(sshPublicKey_pytools)

stages:
Expand Down
5 changes: 2 additions & 3 deletions test/test/pytools/test_package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ def test_package_version() -> None:

log.info(f"Releases found on PyPi: {', '.join(releases)}")

assert (
dev_version not in releases
), f"Current package version {dev_version} already on PyPi"
if dev_version not in releases:
log.warning(f"Current package version {dev_version} is already on PyPi")

is_minor_or_major_release = dev_version.endswith(".0")

Expand Down

0 comments on commit d62f7ea

Please sign in to comment.