File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ environment:
99 secure : 9SKIwc3VSfYJ5IChvNR74rlTF9BMbAfhCGu1/TmYJBMtC6lkY+UDDkZNK7rC9xnQFUxMrNgoo9kNcNAbKbU8XAcrSwkP2H4mX04FI7P+YbxfiWC8nVHhGNxR4LzO+GO0
1010
1111 matrix :
12- # - job_name: Build Python for iOS and macOS
13- # APPVEYOR_BUILD_WORKER_IMAGE: macos-sonoma
12+ - job_name : Build Python for iOS and macOS
13+ APPVEYOR_BUILD_WORKER_IMAGE : macos-sonoma
1414
1515 # - job_name: Build Python for Android
1616 # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
@@ -20,8 +20,8 @@ environment:
2020 # APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c
2121 # PYTHON_DIST_RELEASE: 20240909
2222
23- - job_name : Build Python for Windows
24- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
23+ # - job_name: Build Python for Windows
24+ # APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
2525
2626matrix :
2727 fast_finish : true
6565 deploy :
6666 provider : GitHub
6767 auth_token : $(GITHUB_TOKEN)
68- release : v$(PYTHON_VERSION )
68+ release : v$(PYTHON_VERSION_SHORT )
6969 artifact : python-darwin
7070
7171 # ======================================
You can’t perform that action at this time.
0 commit comments