We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34010c commit 0653842Copy full SHA for 0653842
.claude/settings.local.json
@@ -0,0 +1,13 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git tag:*)",
5
+ "Bash(gh run list:*)",
6
+ "Bash(gh run view:*)",
7
+ "Bash(pip index versions:*)",
8
+ "Bash(pip show:*)",
9
+ "WebSearch",
10
+ "WebFetch(domain:raw.githubusercontent.com)"
11
+ ]
12
+ }
13
+}
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
with:
38
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
39
path: ./wheelhouse/*.whl
40
+ compression-level: 0
41
42
build_sdist:
43
name: Build source distribution
@@ -51,6 +52,7 @@ jobs:
51
52
53
name: cibw-sdist
54
path: dist/*.tar.gz
55
56
57
upload_pypi:
58
needs: [build_wheels, build_sdist]
0 commit comments