pauleveritt / tagstr-site

Demos and docs for the draft PEP on tag strings in Python.
MIT License
5 stars 2 forks source link

Use CI Build pyodide #25

Closed koxudaxi closed 2 months ago

koxudaxi commented 2 months ago

Previously, I used pyodide built on my local machine, but this PR uses pyodide binaries built automatically by GitHubAction.

The build is assumed to run once an hour. This means that the latest build is immediately available.

https://github.com/koxudaxi/pyodide/releases/tag/aa87323 https://github.com/koxudaxi/pyodide/actions/runs/10026609552

koxudaxi commented 2 months ago

@pauleveritt I merged the PR before checking it. I wanted to test it.