Skip to content

Commit

Permalink
fix version call
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Apr 1, 2024
1 parent 2413b0a commit 62318c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pip install --upgrade setuptools
# print(gdc_client.version.__version__)")
VERSION=$(python -c '
from importlib.metadata import version
print("gdc-client")
print(version("gdc_client"))
')

echo "Creating ${TARGET_ENVIRONMENT} package for version ${VERSION}..."
Expand Down

0 comments on commit 62318c4

Please sign in to comment.