Skip to content

Commit dbf06e8

Browse files
authored
ci: disable compression of uploaded distribution artifacts (#1049)
1 parent 031ec25 commit dbf06e8

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: macos
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
77

88
concurrency:
@@ -12,7 +12,7 @@ concurrency:
1212
env:
1313
FORCE_COLOR: 1
1414

15-
permissions: {}
15+
permissions: { }
1616

1717
jobs:
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 }}

.github/workflows/windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: windows
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
77

88
concurrency:
@@ -12,7 +12,7 @@ concurrency:
1212
env:
1313
FORCE_COLOR: 1
1414

15-
permissions: {}
15+
permissions: { }
1616

1717
jobs:
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 }}

0 commit comments

Comments
 (0)