File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ jobs:
311311 with :
312312 name : cpython-${{ matrix.python }}-${{ matrix.target_triple }}-${{ matrix.build_options }}
313313 path : dist/*
314+ compression-level : ' 0'
314315
315316 - name : Validate Distribution
316317 if : ${{ ! matrix.dry-run }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: macos
22
33on :
44 push :
5- branches : [main]
5+ branches : [ main ]
66 pull_request :
77
88concurrency :
@@ -12,7 +12,7 @@ concurrency:
1212env :
1313 FORCE_COLOR : 1
1414
15- permissions : {}
15+ permissions : { }
1616
1717jobs :
1818 crate-build :
@@ -162,6 +162,7 @@ jobs:
162162 with :
163163 name : cpython-${{ matrix.python }}-${{ matrix.target_triple }}-${{ matrix.build_options }}
164164 path : dist/*
165+ compression-level : ' 0'
165166
166167 - name : Checkout macOS SDKs for validation
167168 if : ${{ ! matrix.dry-run }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: windows
22
33on :
44 push :
5- branches : [main]
5+ branches : [ main ]
66 pull_request :
77
88concurrency :
@@ -12,7 +12,7 @@ concurrency:
1212env :
1313 FORCE_COLOR : 1
1414
15- permissions : {}
15+ permissions : { }
1616
1717jobs :
1818 crate-build :
@@ -179,6 +179,7 @@ jobs:
179179 with :
180180 name : cpython-${{ matrix.python }}-${{ matrix.vcvars }}-${{ matrix.build_options }}
181181 path : dist/*
182+ compression-level : ' 0'
182183
183184 - name : Validate Distribution
184185 if : ${{ ! matrix.dry-run }}
You can’t perform that action at this time.
0 commit comments