Skip to content

Commit 00d8258

Browse files
committed
fix: exotic-wheels index url, add build/ to gitignore
1 parent 5475ce5 commit 00d8258

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
CIBW_BEFORE_BUILD: "pip install packaging>=23.0"
168168
CIBW_BEFORE_TEST: >-
169169
pip install
170-
--extra-index-url https://exotic-wheels.github.io/simple/
170+
--extra-index-url https://exotic-wheels.github.io/
171171
uv-ffi>=0.10.8.post7 cryptography>=46.0.7 psutil
172172
CIBW_BUILD: "${{ matrix.py_tag }}-*"
173173
CIBW_ARCHS: "${{ matrix.cibw_archs }}"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,4 @@ src/omnipkg/_vendor/wheels/
208208
.gitattributes
209209
.omnipkg_baseline
210210
ci-wheel-cache/
211+
build/

0 commit comments

Comments
 (0)