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 79c00fe commit ae9dd53Copy full SHA for ae9dd53
.github/workflows/wheels.yaml
@@ -31,8 +31,6 @@ jobs:
31
fail-fast: false
32
matrix:
33
os: [ubuntu-22.04, windows-2022, macos-13]
34
- env:
35
- MACOSX_DEPLOYMENT_TARGET: 10.14
36
steps:
37
- uses: actions/checkout@v4
38
- uses: actions/setup-python@v5
@@ -44,7 +42,9 @@ jobs:
44
42
run: conan config install .github/config/${{ matrix.os }}/conan
45
43
- uses: pypa/cibuildwheel@v2.17
46
env:
+ MACOSX_DEPLOYMENT_TARGET: 10.14
47
CIBW_ARCHS_MACOS: auto universal2
+ CIBW_SKIP: "*-win32 *-manylinux_i686"
48
- name: Verify clean directory
49
run: git diff --exit-code
50
shell: bash
test/test_foobar.py renamed to tests/test_foobar.py
0 commit comments