[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wheels): use extism_sys binary distribution wheels #5

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

chrisdickinson
Copy link
Contributor

Make use of pre-built extism_sys wheels built from extism/extism using maturin. The default configuration uses the latest release from extism to pull down the wheels -- this ensures we turn up breaking changes early.

Future work: add a release workflow. The release workflow should pull the specific latest tag (e.g., 0.5.2) from extism/extism, update pyproject.toml and the lock file, then release the extism package on PyPI.

Fixes #4.

@chrisdickinson chrisdickinson force-pushed the chris/20230919-python-cd branch 5 times, most recently from 6659cff to 36e79af Compare September 29, 2023 06:16
Make use of pre-built extism_sys wheels built from `extism/extism` using
maturin. The default configuration uses the latest release from extism to
pull down the wheels -- this ensures we turn up breaking changes early.

Future work: add a release workflow. The release workflow should pull the
specific latest tag (e.g., 0.5.2) from `extism/extism`, update pyproject.toml
and the lock file, then release the `extism` package on PyPI.

Fixes #4.
@chrisdickinson chrisdickinson force-pushed the chris/20230919-python-cd branch from 36e79af to c8a6275 Compare September 29, 2023 06:23
@chrisdickinson chrisdickinson merged commit df61134 into main Sep 29, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to use prebuilt extism wheels
1 participant