Skip to content

Commit

Permalink
Merge pull request #88 from NREL/DebugDistIssue
Browse files Browse the repository at this point in the history
Debug dist issue
  • Loading branch information
Myoldmopar committed Apr 7, 2022
2 parents 00e717e + 762682e commit 212d62a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
path: deploy/EnergyPlusRegressionTool-*
- name: Build Wheel
run: python3 setup.py bdist_wheel sdist
- name: Clean up dist/runner
run: rm -f dist/runner
- name: Publish package to PyPi (tags only)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.os == 'ubuntu-20.04'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 212d62a

Please sign in to comment.