Skip to content

Commit

Permalink
Merge pull request #109 from NREL/FixPackageBuild
Browse files Browse the repository at this point in the history
Fix package build
Myoldmopar authored Jun 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7448610 + 8e09fae commit a37625d
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion energyplus_regressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NAME = 'energyplus_regressions'
VERSION = '2.0.4'
VERSION = '2.0.5'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a37625d

Please sign in to comment.