Skip to content

Commit 965d752

Browse files
authored
Small fixes to verification procedure for python client (#40977)
1 parent 9596148 commit 965d752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/README_RELEASE_PYTHON_CLIENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ Airflow Python client supports reproducible builds, which means that the package
312312
sources should produce binary identical packages in reproducible way. You should check if the packages can be
313313
binary-reproduced when built from the sources.
314314
315-
Checkout airflow sources and build packages in dist folder (replace X.Y.Z with the version
315+
Checkout airflow sources and build packages in dist folder (replace X.Y.Zrc1 with the version + rc candidate)
316316
you are checking):
317317
318318
```shell script
319-
VERSION=X.Y.Z
319+
VERSION=X.Y.Zrc1
320320
git checkout python-client-${VERSION}
321321
export AIRFLOW_REPO_ROOT=$(pwd)
322322
rm -rf dist/*
@@ -344,7 +344,7 @@ cd ..
344344
svn update --set-depth=infinity asf-dist/dev/airflow/clients/python
345345
346346
# Then compare the packages
347-
cd asf-dist/dev/airflow/clients/python/X.Y.Zrc1
347+
cd asf-dist/dev/airflow/clients/python/${VERSION}
348348
for i in ${AIRFLOW_REPO_ROOT}/dist/*
349349
do
350350
echo "Checking if $(basename $i) is the same as $i"

0 commit comments

Comments
 (0)