diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 843a37f..eae135c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,10 @@ jobs: shell: bash run: pip install -r requirements.txt + - name: Install setuptools also + shell: bash + run: pip install setuptools + - name: Build the Wheel shell: bash run: rm -rf dist/ build/ && python3 setup.py bdist_wheel sdist diff --git a/energyplus_regressions/__init__.py b/energyplus_regressions/__init__.py index dd597e9..51dc844 100644 --- a/energyplus_regressions/__init__.py +++ b/energyplus_regressions/__init__.py @@ -1,2 +1,2 @@ NAME = 'energyplus_regressions' -VERSION = '2.0.4' +VERSION = '2.0.5' diff --git a/requirements.txt b/requirements.txt index e017cd0..86b2713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,4 @@ docutils # pinning this because it breaks at 0.18 wheel # for polishing up the Pip install -PLAN-Tools==0.5 +PLAN-Tools>=0.5