From 2d80135c4e820858bcc33a5640ca973f7a232e26 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:01:55 +0100 Subject: [PATCH] use custom maturin branch --- examples/maturin-starter/pyproject.toml | 2 +- examples/pyo3-pytests/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/maturin-starter/pyproject.toml b/examples/maturin-starter/pyproject.toml index 90cb176e804..6fabdf900a7 100644 --- a/examples/maturin-starter/pyproject.toml +++ b/examples/maturin-starter/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["maturin"] +requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@pypy-windows-wheels"] build-backend = "maturin" diff --git a/examples/pyo3-pytests/pyproject.toml b/examples/pyo3-pytests/pyproject.toml index 90cb176e804..6fabdf900a7 100644 --- a/examples/pyo3-pytests/pyproject.toml +++ b/examples/pyo3-pytests/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["maturin"] +requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@pypy-windows-wheels"] build-backend = "maturin"