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 d74caaf commit 5dd0617Copy full SHA for 5dd0617
.github/workflows/CI.yml
@@ -8,10 +8,6 @@ name: CI
8
on:
9
pull_request:
10
branches: [main]
11
- paths:
12
- - src/**
13
- - python/**
14
- - "*.toml"
15
push:
16
17
paths:
@@ -42,4 +38,6 @@ jobs:
42
38
target: ${{ matrix.platform.target }}
43
39
args: --release --out dist --find-interpreter
44
40
sccache: 'true'
45
- manylinux: auto
41
+ manylinux: auto
+ before-script-linux: |
+ sudo apt-get -y install pkg-config libssl-dev
.github/workflows/release.yml
@@ -55,6 +55,8 @@ jobs:
55
56
57
manylinux: auto
58
59
60
- name: Upload wheels
61
uses: actions/upload-artifact@v4
62
with:
0 commit comments