specify python version

This commit is contained in:
Max
2023-01-28 21:47:06 +01:00
parent bffc06c17e
commit 84a37b904e
+1 -1
View File
@@ -112,7 +112,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist
args: --release --out dist -i 3.9
- name: Install built wheel
if: matrix.target == 'x86_64'