Skip to content

Commit cef1ce6

Browse files
committed
Deploy only x64 releases
No need to waste github's storage.
1 parent a0b9e7f commit cef1ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
platform:
2-
- x86
32
- x64
3+
- x86
44

55
environment:
66
# For Python versions available on Appveyor, see
@@ -39,3 +39,4 @@ deploy:
3939
force_update: true
4040
on:
4141
APPVEYOR_REPO_TAG: true
42+
PLATFORM: x64

0 commit comments

Comments
 (0)