We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601da31 commit 1f5b7ffCopy full SHA for 1f5b7ff
2 files changed
.github/workflows/build-and-upload.yaml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-python@v5
20
with:
21
python-version: "3.12"
22
- cache: 'pip'
+ # cache: 'pip'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
@@ -33,6 +33,7 @@ jobs:
33
else
34
CIBW_BUILD='cp312*many*' python -m cibuildwheel --output-dir wheelhouse
35
fi
36
+ - run: git status --porcelain
37
- uses: actions/upload-artifact@v4
38
39
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
third_party/install.sh
@@ -32,3 +32,6 @@ cd "$THIRD_PARTY/pet"
32
./autogen.sh
./configure --prefix="$PREFIX" "$CLANG_OPTION"
make -j install
+
+cd ../..
+git status --porcelain
0 commit comments