1 parent 209975e commit d4fb3a9Copy full SHA for d4fb3a9
1 file changed
.github/workflows/python-publish.yml
@@ -50,26 +50,31 @@ jobs:
50
include:
51
- name: linux-x86_64
52
os: ubuntu-latest
53
+ python-version: "3.10"
54
args: ""
55
- name: linux-aarch64
56
os: ubuntu-24.04-arm
57
58
59
- name: windows-x86_64
60
os: windows-latest
61
62
63
- name: windows-arm64
64
os: windows-11-arm
65
+ python-version: "3.12"
66
67
- name: macos-universal2
68
os: macos-latest
69
70
args: "--target universal2-apple-darwin"
71
72
steps:
73
- uses: actions/checkout@v4
74
75
- uses: actions/setup-python@v5
76
with:
- python-version: "3.10"
77
+ python-version: ${{ matrix.python-version }}
78
79
- uses: dtolnay/rust-toolchain@stable
80
0 commit comments