We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b28ca5 commit ef75eacCopy full SHA for ef75eac
ci/release_latest.sh
@@ -6,7 +6,7 @@ pip install setuptools wheel
6
python setup.py register sdist bdist_wheel
7
8
export PACKAGE_VERSION=$(grep 'version = ' setup.py | awk '{print $3;}' | sed 's/"//g')
9
-export GCS_DIRECTORY=gs://professional-services-data-validator/releases/temp/
+export GCS_DIRECTORY=gs://professional-services-data-validator/releases/${PACKAGE_VERSION}/
10
pip install ./dist/google_pso_data_validator-${PACKAGE_VERSION}-py3-none-any.whl
11
12
data-validation -h
0 commit comments