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 da3d3d4 commit 5ddd502Copy full SHA for 5ddd502
.github/workflows/pypi.yaml
@@ -41,17 +41,14 @@ jobs:
41
- uses: actions/setup-python@v5
42
with:
43
python-version: '3.10'
44
- - name: Install OpenSSL
45
- run: |
46
- sudo cpan IPC::Cmd
47
- sudo apt update -y && sudo apt install libssl-dev
48
- name: Build wheels
49
uses: PyO3/maturin-action@v1
50
51
target: ${{ matrix.platform.target }}
52
args: --release --out dist --find-interpreter
53
sccache: 'true'
54
manylinux: auto
+ before-script-linux: yum install -y perl-IPC-Cmd
55
- name: Upload wheels
56
uses: actions/upload-artifact@v4
57
0 commit comments