We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bce23 commit 6325049Copy full SHA for 6325049
1 file changed
.github/workflows/main.yml
@@ -61,6 +61,11 @@ jobs:
61
run: ./gradlew --stacktrace --no-problems-report native-cli:distro
62
shell: bash
63
64
+ # Install Python build dependencies (setuptools/wheel may be missing on Windows runners)
65
+ - name: Install Python build dependencies
66
+ run: python3 -m pip install --upgrade setuptools wheel
67
+ shell: bash
68
+
69
# Generate native-lib python wheel
70
- name: Create Native Lib Python Wheel
71
run: ./gradlew --stacktrace --no-problems-report native-lib:buildPythonWheel
0 commit comments