Skip to content

Commit

Permalink
release pyodide wheel (#5)
Browse files Browse the repository at this point in the history
* update

* fix

---------

Co-authored-by: tang zhixiong <[email protected]>
  • Loading branch information
district10 and zhixiong-tang authored Oct 3, 2024
1 parent 8387315 commit db05539
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- uses: actions/upload-artifact@v4
with:
path: dist/*.whl
path: wheelhouse/*.whl
21 changes: 21 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,27 @@ jobs:
with:
path: wheelhouse/*.whl

build-wasm-emscripten:
name: Pyodide
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version: "3.12"

- uses: pypa/[email protected]
env:
CIBW_PLATFORM: pyodide
CIBW_TEST_SKIP: "*"

- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl

upload_all:
name: Upload if release
Expand Down
2 changes: 1 addition & 1 deletion headers
Submodule headers updated 0 files
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "naive_svg"
version = "0.0.4"
version = "0.0.5"
url = "https://github.com/cubao/pybind11-naive-svg"
description="naive svg writer"
readme = "README.md"
Expand Down

0 comments on commit db05539

Please sign in to comment.