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 6b7879b commit a02feffCopy full SHA for a02feff
.github/workflows/template-python-build-release.yml
@@ -93,7 +93,8 @@ jobs:
93
94
- name: Install build dependencies
95
run: |
96
- pip install -q build setuptools wheel pybind11 cmake ninja scikit-build-core
+ pip install --progress-bar off -q build setuptools wheel pybind11 cmake ninja scikit-build-core
97
+
98
99
# 构建 Python 包
100
- name: Build the package
0 commit comments