File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 35
35
uses : PyO3/maturin-action@v1
36
36
with :
37
37
target : ${{ matrix.target }}
38
- args : --release --out dist --find-interpreter --manifest-path python/Cargo.toml
38
+ args : --release --out dist --find-interpreter --manifest-path python/Cargo.toml --features kerberos
39
39
sccache : ' true'
40
40
container : quay.io/pypa/manylinux2014_${{ matrix.target }}:latest
41
41
docker-options : -e LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7.0/root/usr/lib64 -e LLVM_CONFIG_PATH=/opt/rh/llvm-toolset-7.0/root/usr/bin/llvm-config
61
61
uses : PyO3/maturin-action@v1
62
62
with :
63
63
target : ${{ matrix.target }}
64
- args : --release --out dist --find-interpreter --manifest-path python/Cargo.toml
64
+ args : --release --out dist --find-interpreter --manifest-path python/Cargo.toml --features kerberos
65
65
sccache : ' true'
66
66
env :
67
67
BINDGEN_EXTRA_CLANG_ARGS : " -I/usr/local/include"
80
80
uses : PyO3/maturin-action@v1
81
81
with :
82
82
command : sdist
83
- args : --out dist --manifest-path python/Cargo.toml
83
+ args : --out dist --manifest-path python/Cargo.toml --features kerberos
84
84
- name : Upload sdist
85
85
uses : actions/upload-artifact@v3
86
86
with :
Original file line number Diff line number Diff line change 68
68
sccache : ' true'
69
69
container : ' off'
70
70
working-directory : ./python
71
+ args : --features kerberos
71
72
72
73
- name : Install dev dependencies and run tests
73
74
run : |
You can’t perform that action at this time.
0 commit comments