Skip to content

Commit dc96a0e

Browse files
clean up pyodide (#9)
Co-authored-by: tang zhixiong <zhixiong.tang@momenta.ai>
1 parent 575a52d commit dc96a0e

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -68,29 +68,6 @@ jobs:
6868
name: cibw-wheels-${{ matrix.os }}
6969
path: wheelhouse/*.whl
7070

71-
build-wasm-emscripten:
72-
name: Pyodide
73-
runs-on: ubuntu-22.04
74-
steps:
75-
- uses: actions/checkout@v4
76-
with:
77-
submodules: true
78-
fetch-depth: 0
79-
80-
- uses: actions/setup-python@v5
81-
with:
82-
python-version: "3.12"
83-
84-
- uses: pypa/cibuildwheel@v2.21
85-
env:
86-
CIBW_PLATFORM: pyodide
87-
CIBW_TEST_SKIP: "*"
88-
89-
- uses: actions/upload-artifact@v4
90-
with:
91-
name: cibw-wheels-pyodide
92-
path: wheelhouse/*.whl
93-
9471
upload_all:
9572
name: Upload if release
9673
needs: [build_wheels, build_sdist]

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55

66
[project]
77
name = "naive_svg"
8-
version = "0.1.1"
8+
version = "0.1.2"
99
description="naive svg writer"
1010
readme = "README.md"
1111
authors = [
@@ -26,6 +26,8 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
2931
]
3032

3133
[project.urls]

0 commit comments

Comments
 (0)