Skip to content

Commit 1afc0e1

Browse files
authored
fix: for version verification post publish to PyPI (#194)
Signed-off-by: Sridhar G K <gksridhar09@gmail.com>
1 parent b1496f2 commit 1afc0e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
if: success()
128128
id: get_version
129129
run: |
130+
# Install package dependencies to allow importing
131+
pip install -e .
130132
VERSION=$(python -c "from ibm_cloud_networking_services.version import __version__; print(__version__)")
131133
echo "version=$VERSION" >> $GITHUB_OUTPUT
132134

0 commit comments

Comments
 (0)