diff --git a/sdk/python/Makefile b/sdk/python/Makefile index 519e2f246..1cb21fbc4 100644 --- a/sdk/python/Makefile +++ b/sdk/python/Makefile @@ -1,6 +1,6 @@ PROJECT_NAME := Pulumi Python SDK LANGHOST_PKG := github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python -VERSION := $(shell ../../scripts/get-version | sed "s/v//" | sed "s/-/+/" | sed "s/-/./g") +VERSION := $(shell ../../scripts/get-version | sed "s/v//" | sed "s/-dev-/a/" | sed "s/-rc/rc/") PYENV := env PYENVBIN := $(PYENV)/bin