We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8336333 commit 4722e21Copy full SHA for 4722e21
.github/workflows/python-release.yml
@@ -1,5 +1,6 @@
1
name: Python Release
2
on:
3
+ pull_request:
4
push:
5
tags:
6
- v*
@@ -37,7 +38,7 @@ jobs:
37
38
platform: linux
39
- os: windows
40
ls: dir
- interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
41
+ interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
42
43
44
target: x86_64
@@ -54,7 +55,7 @@ jobs:
54
55
# interpreter: 3.11 3.12
56
- os: macos
57
target: aarch64
58
59
- os: ubuntu
60
61
target: i686
0 commit comments