Fix Python package versions. (#3505)

Earlier changes to the get-version script were not adopted by the Python
SDK Makefile. This caused package publishing to skip uploads due to
missing versions.
This commit is contained in:
Pat Gavlin 2019-11-13 11:34:59 -08:00 committed by GitHub
parent bd2de540b2
commit e978eaaf5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-py-version)
VERSION := $(shell ../../scripts/get-py-version HEAD)
PYENV := ./env
PYENVSRC := $(PYENV)/src