Skip to content

Commit b1bd2f4

Browse files
committed
More actions work
1 parent c167d60 commit b1bd2f4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@ jobs:
3535
- os: linux
3636
manylinux: auto
3737
target: i686
38-
interpreter: 3.8 3.9 3.10 3.11 3.12
38+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
3939
- os: linux
4040
manylinux: auto
4141
target: aarch64
42-
interpreter: 3.8 3.9 3.10 3.11 3.12
42+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
4343
- os: linux
4444
manylinux: auto
4545
target: armv7
46-
interpreter: 3.8 3.9 3.10 3.11 3.12
46+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
4747
- os: linux
4848
manylinux: auto
4949
target: ppc64le
50-
interpreter: 3.8 3.9 3.10 3.11 3.12
50+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
5151
- os: linux
5252
manylinux: auto
5353
target: s390x
54-
interpreter: 3.8 3.9 3.10 3.11 3.12
54+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
5555
- os: windows
5656
target: i686
5757
python-architecture: x86
58-
interpreter: 3.8 3.9 3.10 3.11 3.12
58+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
5959
# Windows aarch64 only supported by Python 3.11+
6060
- os: windows
6161
target: aarch64
62-
interpreter: 3.11 3.12
62+
interpreter: ['3.8', '3.9', '3.10', '3.11', '3.12']
6363
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
6464
if: "startsWith(github.ref, 'refs/tags/')"
6565
steps:

0 commit comments

Comments
 (0)