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 e46da53 commit 715a783Copy full SHA for 715a783
.github/workflows/reusable_build_wheels.yaml
@@ -60,6 +60,8 @@ jobs:
60
# {os: macos-15, arch: arm64},
61
# {os: windows-2025, arch: AMD64},
62
]
63
+ env:
64
+ PIP_CONSTRAINT: .github/workflows/pip-constraints.txt
65
steps:
66
- name: Check out a copy of the git repository
67
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -104,7 +106,7 @@ jobs:
104
106
105
107
- name: Build and test wheels
108
env:
- CIBW_DEPENDENCY_VERSIONS: "./pip-constraints.txt"
109
+ CIBW_DEPENDENCY_VERSIONS: ./pip-constraints.txt
110
# Note: additional cibuildwheel settings are in pyproject.toml.
111
CIBW_BUILD: 'cp310* cp311* cp312* cp313*'
112
CIBW_ARCHS: ${{matrix.conf.arch}}
0 commit comments