Skip to content

Commit

Permalink
Build develop version of library of AISdb when building API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Jan 16, 2025
1 parent feb87ba commit e0a01a5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/API_doc_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,7 @@ jobs:
cargo install --locked wasm-bindgen-cli --verbose
cargo install --locked wasm-opt --verbose
wasm-pack --version
- name: Build wheels for AISdb
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
sccache: 'true'

- name: Install built package
run: |
pip install dist/*.whl
maturin build
- name: Install dependencies for API docs
run: |
Expand Down

0 comments on commit e0a01a5

Please sign in to comment.