Skip to content

Commit

Permalink
Use older maturin version due to PyO3/maturin#478
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Apr 6, 2021
1 parent a21cc0b commit a2cc9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- name: Install Python build tools (macOS)
if: runner.os == 'macOS'
run: sudo pip install --upgrade maturin setuptools wheel twine
run: sudo pip install --upgrade maturin==0.9.4 setuptools wheel twine
- name: Install Python build tools (Linux, Windows)
if: runner.os != 'macOS'
run: pip install --upgrade maturin setuptools wheel twine
run: pip install --upgrade maturin==0.9.4 setuptools wheel twine

- name: Pack and publish package
shell: bash
Expand Down

0 comments on commit a2cc9d9

Please sign in to comment.