Skip to content

Commit 3d995b1

Browse files
authored
fix: use ring, not aws-lc-rs, for tls (#25)
1 parent 2081906 commit 3d995b1

File tree

3 files changed

+14
-244
lines changed

3 files changed

+14
-244
lines changed

.github/workflows/pypi.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,22 @@ jobs:
2121
platform:
2222
- runner: ubuntu-latest
2323
target: x86_64
24+
manylinux: auto
2425
- runner: ubuntu-latest
2526
target: x86
27+
manylinux: auto
2628
- runner: ubuntu-latest
2729
target: aarch64
30+
manylinux: "2_28"
2831
- runner: ubuntu-latest
2932
target: armv7
33+
manylinux: auto
3034
- runner: ubuntu-latest
3135
target: s390x
36+
manylinux: auto
3237
- runner: ubuntu-latest
3338
target: ppc64le
39+
manylinux: auto
3440
steps:
3541
- uses: actions/checkout@v4
3642
- uses: actions/setup-python@v5
@@ -42,7 +48,7 @@ jobs:
4248
target: ${{ matrix.platform.target }}
4349
args: --release --out dist --find-interpreter
4450
sccache: "true"
45-
manylinux: auto
51+
manylinux: ${{ matrix.platform.manylinux }}
4652
- name: Upload wheels
4753
uses: actions/upload-artifact@v4
4854
with:
@@ -112,7 +118,7 @@ jobs:
112118
strategy:
113119
matrix:
114120
platform:
115-
- runner: macos-12
121+
- runner: macos-13
116122
target: x86_64
117123
- runner: macos-14
118124
target: aarch64

0 commit comments

Comments
 (0)