Fix pip path

This commit is contained in:
Wilson Lin 2021-11-12 16:43:59 +11:00
parent b11ad8dee3
commit 92f03f1aed
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
pip3 install --upgrade maturin setuptools wheel twine
- name: Install Python build tools (macOS ARM64)
if: runner.name == 'macos-arm64'
run: pip3 install --upgrade maturin setuptools wheel twine
run: /opt/homebrew/bin/pip3 install --upgrade maturin setuptools wheel twine
- name: Pack and publish package
shell: bash