Fix Python workflow

This commit is contained in:
Wilson Lin 2022-06-22 12:44:14 +10:00
parent 78c4592b28
commit d83407019c
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
run: bash ./prebuild.sh
- name: Build native module
working-directory: ./python/${{ matrix.feature }}
working-directory: ./python/${{ matrix.variant }}
run: cargo build --release
- name: Install Python build tools (macOS x64)
@ -72,7 +72,7 @@ jobs:
- name: Pack and publish package
shell: bash
working-directory: ./python/${{ matrix.feature }}
working-directory: ./python/${{ matrix.variant }}
run: |
cat << 'EOF' > "$HOME/.pypirc"
[pypi]