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 1cc21ce commit f94d10bCopy full SHA for f94d10b
.github/workflows/wheels.yml
@@ -38,13 +38,15 @@ jobs:
38
ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
39
echo "Attempting to read example.py:"
40
cat /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py
41
-
42
43
44
- name: Setup Python
45
uses: actions/setup-python@v5
46
with:
47
- python-version: "3.13"
+ python-version: "3.12"
+
+ - name: Verify Python version
+ run: |
48
+ python3 --version
49
+ which python3
50
51
- name: Build wheels
52
env:
0 commit comments