Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed Sep 26, 2024
1 parent bf83023 commit 04039ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
contents: read

jobs:
# TODO: Turn all this back on once Honeybee merges the PR
# run-python-test:
# name: Unit tests

Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
recursive-include ph_adorb *
recursive-include honeybee_energy_revive *
recursive-include honeybee_revive *
recursive-include honeybee_revive_standards *
recursive-exclude tests *
recursive-exclude _coverage_html *
recursive-exclude _reference *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "honeybee-REVIVE"
version = "0.0.3"
version = "0.0.4"
description = "A short description of your package"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 04039ea

Please sign in to comment.