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 cd8b06f commit 6f659f6Copy full SHA for 6f659f6
.github/workflows/wheels.yml
@@ -25,6 +25,10 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v4
28
+ with:
29
+ sparse-checkout: |
30
+ example/*
31
+ sparse-checkout-cone-mode: true
32
33
# Need to grab the SDK version for the wheel name
34
- name: Extract SDK Version
@@ -42,7 +46,7 @@ jobs:
42
46
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_34_aarch64"
43
47
CIBW_ARCHS: "native"
44
48
CIBW_BEFORE_TEST: "pip install pydantic"
45
- CIBW_TEST_COMMAND: "python3 onepassword-sdk-python/example/example.py"
49
+ CIBW_TEST_COMMAND: "python3 example/example.py"
50
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
51
52
uses: pypa/[email protected]
0 commit comments