Skip to content

Commit b7319ac

Browse files
author
Jennings Zhang
committed
Fix build
1 parent f068d68 commit b7319ac

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
run: poetry install --no-interaction --no-root
8383
- name: Install project
8484
run: poetry install --no-interaction
85+
- name: Build
86+
run: poetry build --no-interaction
8587
- name: Publish to PyPI
8688
run: poetry publish -u '__token__' -p '${{ secrets.PYPI_API_TOKEN }}'
8789
- name: Generate documentation

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ homepage = "https://chrisproject.org"
1515
repository = "https://github.com/FNNDSC/caw"
1616
documentation = "https://fnndsc.github.io/caw"
1717

18+
packages = [
19+
{ include = "chris" }
20+
]
21+
1822
[tool.poetry.dependencies]
1923
python = ">=3.8.2,<4.0.0"
2024
requests = "^2.27.1"

0 commit comments

Comments
 (0)