Skip to content

Commit

Permalink
chore: update PyO3 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Mar 24, 2024
1 parent b3a1672 commit 4c52bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
apk add py3-pip
pip3 install -U pip
pip3 install zhconv-rs --no-index --find-links /io/dist/ --force-reinstall
pip3 install zhconv-rs --no-index --find-links /io/pyo3/dist/ --force-reinstall
python3 -c "import zhconv_rs"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4c52bf5

Please sign in to comment.