Skip to content

Commit

Permalink
Merge pull request #80 from anish-mudaraddi/iriscast-fix
Browse files Browse the repository at this point in the history
iriscasttools path not set properly
  • Loading branch information
DavidFair authored Jun 29, 2023
2 parents 5ac1a20 + f6da457 commit ca61faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iriscast_package_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
cd iriscasttools
python_version=$(python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
echo -e "[install]\ninstall-lib=/usr/lib/python${python-version}/site-packages" > setup.cfg
echo -e "[install]\ninstall-lib=/usr/lib/python${python_version}/site-packages" > setup.cfg
python setup.py bdist_rpm
cd dist
mv iriscasttools-${{ env.version }}-1.noarch.rpm iriscasttools-${{ env.version }}-py${{ matrix.python-version }}.noarch.rpm
Expand Down
2 changes: 1 addition & 1 deletion iriscasttools/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.2.0"
VERSION = "0.2.1"
DESCRIPTION = "python package for IRISCAST tools"

LONG_DESCRIPTION = """Python package to get power and CPU/RAM usage statistics"""
Expand Down

0 comments on commit ca61faf

Please sign in to comment.