Skip to content

Commit c19863c

Browse files
committed
Update python tests and release to include kerberos feature
1 parent f867f59 commit c19863c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: PyO3/maturin-action@v1
3636
with:
3737
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
3939
sccache: 'true'
4040
container: quay.io/pypa/manylinux2014_${{ matrix.target }}:latest
4141
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,7 +61,7 @@ jobs:
6161
uses: PyO3/maturin-action@v1
6262
with:
6363
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
6565
sccache: 'true'
6666
env:
6767
BINDGEN_EXTRA_CLANG_ARGS: "-I/usr/local/include"
@@ -80,7 +80,7 @@ jobs:
8080
uses: PyO3/maturin-action@v1
8181
with:
8282
command: sdist
83-
args: --out dist --manifest-path python/Cargo.toml
83+
args: --out dist --manifest-path python/Cargo.toml --features kerberos
8484
- name: Upload sdist
8585
uses: actions/upload-artifact@v3
8686
with:

.github/workflows/python-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
sccache: 'true'
6969
container: 'off'
7070
working-directory: ./python
71+
args: --features kerberos
7172

7273
- name: Install dev dependencies and run tests
7374
run: |

0 commit comments

Comments
 (0)