We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b150e16 commit d305b52Copy full SHA for d305b52
1 file changed
.github/workflows/wheels.yaml
@@ -15,6 +15,10 @@ jobs:
15
runs-on: ubuntu-24.04
16
steps:
17
- 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
22
- name: Build SDist
23
run: pipx run build --sdist
24
- name: Check metadata
@@ -39,6 +43,7 @@ jobs:
39
43
CIBW_ARCHS_MACOS: auto universal2
40
44
CIBW_SKIP: "*-win32 *-manylinux_i686"
41
45
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
42
47
- name: Verify clean directory
48
run: git diff --exit-code
49
shell: bash
0 commit comments