Skip to content

Commit

Permalink
chore(ci): remove maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jul 10, 2023
1 parent be90065 commit 4fcc7c0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 132 deletions.
104 changes: 0 additions & 104 deletions .github/workflows/maturin.yml

This file was deleted.

7 changes: 0 additions & 7 deletions ferveo-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,5 @@ default = ["extension-module"]
ferveo = { package = "ferveo-pre-release", path = "../ferveo", features = ["bindings-python"] }
pyo3 = "0.18.2"

# We avoid declaring "pyo3/extension-module" in `dependencies` since it causes compile-time issues:
# https://github.com/PyO3/pyo3/issues/340
# Instead, we expose it in certain cases:
# https://github.com/PyO3/maturin/issues/325
[tool.maturin]
features = ["pyo3/extension-module"]

[build-dependencies]
pyo3-build-config = "*"
7 changes: 0 additions & 7 deletions ferveo-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@
## Build

You will need to have `setuptools-rust` installed. Then, for development, you can just do `pip install -e .` as usual.

## Publish

```bash
maturin build --release
maturin publish
```
14 changes: 0 additions & 14 deletions ferveo-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
#[build-system]
#requires = ["maturin>=0.14,<0.15"]
#build-backend = "maturin"
#
#[project]
#name = "ferveo"
#requires-python = ">=3.7"
#classifiers = [
# "Programming Language :: Rust",
# "Programming Language :: Python :: Implementation :: CPython",
# "Programming Language :: Python :: Implementation :: PyPy",
#]
#

[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]

Expand Down

0 comments on commit 4fcc7c0

Please sign in to comment.