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 028d32b commit 2e6941fCopy full SHA for 2e6941f
.github/workflows/wheels.yml
@@ -39,6 +39,7 @@ jobs:
39
CIBW_BEFORE_TEST: "pip install pydantic cryptography"
40
CIBW_TEST_COMMAND: "python {project}/example/example.py"
41
MACOSX_DEPLOYMENT_TARGET: 11.0 # Required for building on macOS
42
+ CIBW_ENVIRONMENT_PASS_LINUX: OP_SERVICE_ACCOUNT_TOKEN # to pass in the SA token, for some reason linux doesn't read the env variables
43
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
44
continue-on-error: true
45
uses: pypa/[email protected]
0 commit comments