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 5475ce5 commit 00d8258Copy full SHA for 00d8258
2 files changed
.github/workflows/publish2.yml
@@ -167,7 +167,7 @@ jobs:
167
CIBW_BEFORE_BUILD: "pip install packaging>=23.0"
168
CIBW_BEFORE_TEST: >-
169
pip install
170
- --extra-index-url https://exotic-wheels.github.io/simple/
+ --extra-index-url https://exotic-wheels.github.io/
171
uv-ffi>=0.10.8.post7 cryptography>=46.0.7 psutil
172
CIBW_BUILD: "${{ matrix.py_tag }}-*"
173
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
.gitignore
@@ -208,3 +208,4 @@ src/omnipkg/_vendor/wheels/
208
.gitattributes
209
.omnipkg_baseline
210
ci-wheel-cache/
211
+build/
0 commit comments