Skip to content

Commit e56f011

Browse files
committed
chore: bump to 3.0.0rc3
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 70649d5 commit e56f011

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/emscripten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
fetch-depth: 0
2626

27-
- uses: pypa/[email protected].0b5
27+
- uses: pypa/[email protected].0rc3
2828
env:
2929
CIBW_PLATFORM: pyodide
3030

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- uses: astral-sh/setup-uv@v6
130130

131-
- uses: pypa/[email protected].0b5
131+
- uses: pypa/[email protected].0rc3
132132
with:
133133
only: "${{ matrix.only }}"
134134

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- uses: astral-sh/setup-uv@v6
102102

103-
- uses: pypa/[email protected].0rc2
103+
- uses: pypa/[email protected].0rc3
104104
env:
105105
CIBW_BUILD: ${{ matrix.build }}
106106
CIBW_ARCHS: ${{ matrix.arch }}
@@ -131,7 +131,7 @@ jobs:
131131

132132
- run: brew upgrade cmake
133133

134-
- uses: pypa/[email protected].0rc2
134+
- uses: pypa/[email protected].0rc3
135135
env:
136136
CIBW_PLATFORM: ios
137137

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,16 +222,16 @@ inherit.environment = "append"
222222
environment.MACOSX_DEPLOYMENT_TARGET = "14.0"
223223

224224
[[tool.cibuildwheel.overrides]]
225-
select = ["cp314*", "pp311*", "cp*-musllinux_*", "cp31*-win_arm64"]
225+
select = ["cp314*",]
226226
inherit.environment = "append"
227-
environment.UV_EXTRA_INDEX_URL = "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
227+
environment.UV_INDEX = "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
228228
environment.UV_INDEX_STRATEGY = "unsafe-best-match"
229229
environment.UV_PRERELEASE = "allow"
230230

231231
[[tool.cibuildwheel.overrides]]
232232
select = ["gp*"]
233233
inherit.environment = "append"
234-
environment.UV_EXTRA_INDEX_URL = "https://www.graalvm.org/python/wheels/"
234+
environment.UV_INDEX = "https://www.graalvm.org/python/wheels/"
235235
environment.UV_INDEX_STRATEGY = "unsafe-best-match"
236236
test-command = "pytest --benchmark-disable tests"
237237

0 commit comments

Comments
 (0)