We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3589d1b commit afe973fCopy full SHA for afe973f
.github/workflows/release-plz.yml
@@ -83,13 +83,6 @@ jobs:
83
working-directory: pyvortex
84
target: aarch64 # NB: aarch64 becomes arm64 in the wheel's platform tag.
85
args: --release --interpreter python3.10
86
- - name: Build wheels - universal2
87
- uses: PyO3/maturin-action@v1
88
- with:
89
- rust-toolchain: ${{ steps.rust-toolchain.version }}
90
- working-directory: pyvortex
91
- target: universal2-apple-darwin
92
- args: --release --interpreter python3.10
93
- name: test wheel
94
run: |
95
set -ex
0 commit comments