We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f068d68 commit b7319acCopy full SHA for b7319ac
.github/workflows/ci.yml
@@ -82,6 +82,8 @@ jobs:
82
run: poetry install --no-interaction --no-root
83
- name: Install project
84
run: poetry install --no-interaction
85
+ - name: Build
86
+ run: poetry build --no-interaction
87
- name: Publish to PyPI
88
run: poetry publish -u '__token__' -p '${{ secrets.PYPI_API_TOKEN }}'
89
- name: Generate documentation
pyproject.toml
@@ -15,6 +15,10 @@ homepage = "https://chrisproject.org"
15
repository = "https://github.com/FNNDSC/caw"
16
documentation = "https://fnndsc.github.io/caw"
17
18
+packages = [
19
+ { include = "chris" }
20
+]
21
+
22
[tool.poetry.dependencies]
23
python = ">=3.8.2,<4.0.0"
24
requests = "^2.27.1"
0 commit comments