We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2e320 commit 2bde020Copy full SHA for 2bde020
.github/workflows/build.yml
@@ -61,7 +61,7 @@
61
"fail-fast": false,
62
"matrix": {
63
"name": [
64
- "win-py-3.10-dev",
+ "win-py-3.10",
65
"win-py-3.9",
66
"win-py-3.8",
67
"win-py-3.7",
@@ -73,8 +73,8 @@
73
],
74
"include": [
75
{
76
- "name": "win-py-3.10-dev",
77
- "pyenv": "3.10-dev",
+ "name": "win-py-3.10",
+ "pyenv": "3.10",
78
},
79
80
"name": "win-py-3.9",
.github/workflows/release.yml
@@ -80,7 +80,7 @@
"strategy": {
81
82
83
- "win-wheel-3.10-dev",
+ "win-wheel-3.10",
84
"win-wheel-3.9",
85
"win-wheel-3.8",
86
"win-wheel-3.7",
@@ -92,8 +92,8 @@
92
93
94
95
- "name": "win-wheel-3.10-dev",
96
+ "name": "win-wheel-3.10",
97
98
99
"name": "win-wheel-3.9",
0 commit comments