File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2727 strategy :
2828 fail-fast : false # Continue with other jobs if one fails
2929 matrix :
30- os : [ubuntu-latest ]
30+ os : [ubuntu-22.04 ]
3131 python-version : ['3.11', '3.12']
3232
3333 steps :
6868 echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
6969 echo "$PWD/.venv/bin" >> $GITHUB_PATH
7070
71+ - name : Install system dependencies
72+ run : |
73+ sudo apt-get update
74+ sudo apt-get install -y libssl-dev pkg-config build-essential
75+ shell : bash
76+
7177 - name : Install dependencies
7278 run : |
7379 python -m pip install --upgrade pip
94100 command : build
95101 args : --release
96102 sccache : ' true'
97- manylinux : ' 2_34'
103+ env :
104+ OPENSSL_NO_VENDOR : 1
98105
99106 - name : Upload wheels
100107 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " fast-c2pa-python"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88requires-python = " >=3.11"
99classifiers = [
1010 " Programming Language :: Rust" ,
You can’t perform that action at this time.
0 commit comments