Skip to content

Commit d305b52

Browse files
committed
fix and debug
1 parent b150e16 commit d305b52

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: Add requirements
19+
run: python -m pip install --upgrade pip wheel setuptools conan
20+
- name: Setup conan remote
21+
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
1822
- name: Build SDist
1923
run: pipx run build --sdist
2024
- name: Check metadata
@@ -39,6 +43,7 @@ jobs:
3943
CIBW_ARCHS_MACOS: auto universal2
4044
CIBW_SKIP: "*-win32 *-manylinux_i686"
4145
CIBW_BEFORE_BUILD: "pip install conan && conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
46+
CIBW_BUILD_VERBOSITY: 1
4247
- name: Verify clean directory
4348
run: git diff --exit-code
4449
shell: bash

0 commit comments

Comments
 (0)