Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed May 17, 2024
1 parent 70d3fcb commit 5272451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
- name: Build Rust doc
run: cargo doc -p longport --no-deps

- name: Build Python wheels
uses: PyO3/maturin-action@v1
with:
target: "x86_64"
args: -i python3.9 --release --out dist -m python/Cargo.toml
args: -i python3.9 --out dist -m python/Cargo.toml
- name: Install built wheel
run: |
pip install longport --no-index --find-links dist --force-reinstall
python -c "import longport"
- name: Build Python docs
run: |
pip install -r docs/requirements.txt
Expand Down

0 comments on commit 5272451

Please sign in to comment.