Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Feb 5, 2025
1 parent cc53473 commit 0b32428
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 @@ -20,7 +20,7 @@ jobs:
components: rust-docs
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.13"
- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -45,7 +45,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: "x86_64"
args: -i python3.9 --out dist -m python/Cargo.toml
args: -i python3.13 --out dist -m python/Cargo.toml
- name: Install built wheel
run: |
pip install longport --no-index --find-links dist --force-reinstall
Expand Down

0 comments on commit 0b32428

Please sign in to comment.