Skip to content

Commit

Permalink
Install setuptools before extracting python package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaipf committed Dec 13, 2024
1 parent 0f8fcdb commit 43c7732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
if [ -f "setup.py" ]
then
echo "Using setup.py to extract python package version"
pip install setuptools
PKG_VER="$(python setup.py --version)"
elif [ -f "pyproject.toml" ]
then
Expand Down

0 comments on commit 43c7732

Please sign in to comment.