Skip to content

Commit

Permalink
Maybe missing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Jul 10, 2024
1 parent 5e77c5c commit 22e397e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
container: ghcr.io/pyo3/maturin
working-directory: python
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ gribberish = "gribberish.gribberish_backend:GribberishBackend"
gribberish = "gribberish.kerchunk:GribberishCodec"

[tool.maturin]
# features = ["pyo3/extension-module"]
module-name = "gribberish._gribberish_python"
features = ["pyo3/extension-module"]
module-name = "gribberish._gribberish_python"

0 comments on commit 22e397e

Please sign in to comment.