Skip to content

Commit 4ee387d

Browse files
committed
Re-build darwin
1 parent 3b8298e commit 4ee387d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2626
matrix:
2727
fast_finish: true
@@ -65,7 +65,7 @@ for:
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
# ======================================

0 commit comments

Comments
 (0)