Skip to content

Commit 3fb787d

Browse files
committed
Increase verbosity and force overwrite artifacts
1 parent 647782d commit 3fb787d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ jobs:
3535
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
3636
CIBW_ARCHS_LINUX: "auto"
3737
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "" # delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
38+
CIBW_BUILD_VERBOSITY: 1
3839
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3940
uses: pypa/[email protected]
4041
- uses: actions/upload-artifact@v4
4142
with:
4243
path: ./wheelhouse/*.whl
44+
overwrite: true
4345

4446
build_sdist:
4547
name: Build source distribution

0 commit comments

Comments
 (0)