File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- uses : actions/upload-artifact@v4
33
33
with :
34
- path : dist /*.whl
34
+ path : wheelhouse /*.whl
Original file line number Diff line number Diff line change 63
63
with :
64
64
path : wheelhouse/*.whl
65
65
66
+ build-wasm-emscripten :
67
+ name : Pyodide
68
+ runs-on : ubuntu-22.04
69
+ steps :
70
+ - uses : actions/checkout@v4
71
+ with :
72
+ submodules : true
73
+ fetch-depth : 0
74
+
75
+ - uses : actions/setup-python@v5
76
+ with :
77
+ python-version : " 3.12"
78
+
79
+
80
+ env :
81
+ CIBW_PLATFORM : pyodide
82
+ CIBW_TEST_SKIP : " *"
83
+
84
+ - uses : actions/upload-artifact@v4
85
+ with :
86
+ path : wheelhouse/*.whl
66
87
67
88
upload_all :
68
89
name : Upload if release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
5
5
6
6
[project ]
7
7
name = " naive_svg"
8
- version = " 0.0.4 "
8
+ version = " 0.0.5 "
9
9
url = " https://github.com/cubao/pybind11-naive-svg"
10
10
description =" naive svg writer"
11
11
readme = " README.md"
You can’t perform that action at this time.
0 commit comments