Skip to content

Commit 20d421f

Browse files
committed
Disable Pyodide builds
1 parent de860a4 commit 20d421f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- linux-intel
2727
- macos-arm
2828
- macos-intel
29-
- pyodide
3029
- windows-arm
3130
- windows-intel
3231
include:
@@ -52,9 +51,6 @@ jobs:
5251
# macos-14+ (including latest) are ARM64 runners
5352
runs-on: macos-latest
5453
archs: auto,universal2
55-
- os: pyodide
56-
runs-on: ubuntu-latest
57-
platform: pyodide
5854
- os: windows-arm
5955
runs-on: windows-11-arm
6056
- os: windows-intel

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
-------
55

6+
2.8.2 (2025-07-25)
7+
++++++++++++++++++
8+
9+
* Pyodide binary wheels will no longer be built by default. It is not possible to
10+
upload these to PyPI currently. We may consider reenabling them and putting them
11+
on the GitHub Releases page in the future if there is interest.
12+
613
2.8.1 (2025-07-25)
714
++++++++++++++++++
815

0 commit comments

Comments
 (0)