Skip to content

Commit

Permalink
fixup! docs: pyapi docs on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Mar 28, 2024
1 parent c5c2acb commit c6728b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Python package
- name: Build Python package
uses: PyO3/maturin-action@v1
with:
command: develop
args: --manifest-path rustsat/Cargo.toml
args: -i python --manifest-path rustsat/Cargo.toml
- name: Install Python package
run: pip install target/wheels/rustsat*.whl
- name: Build Python API docs
run: pip install pdoc && pdoc -o pyapi/ rustsat
- name: Upload artifact
Expand Down

0 comments on commit c6728b9

Please sign in to comment.