chore: attempt to force docs deploy (#19424)

This commit is contained in:
Srini Kadamati
2022-03-30 03:13:09 -04:00
committed by GitHub
parent 63b5e2e4fa
commit a8e7624eb5
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ import sys
from setuptools import find_packages, setup
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAGE_JSON = os.path.join(BASE_DIR, "superset-frontend", "package.json")
with open(PACKAGE_JSON, "r") as package_file:
version_string = json.load(package_file)["version"]