From 23454baf8536d7f487e57be53c6531ff92d6ac25 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 30 Sep 2024 10:03:43 +0200 Subject: [PATCH] pypy --- py.pypi.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/py.pypi.sh b/py.pypi.sh index 65ce73f..add9f45 100755 --- a/py.pypi.sh +++ b/py.pypi.sh @@ -7,9 +7,6 @@ set \ \ "uv" \ \ - "Cython" \ - "maturin" \ - \ "pelican" \ \ "hatch" \ @@ -34,7 +31,10 @@ set \ \ "ruamel.yaml" \ "PyYAML" \ - "types-PyYAML" + "types-PyYAML" \ + \ + "Cython" \ + "maturin" file="$(readlink --canonicalize-existing "${0}")" root="$(dirname "${file}")"