From 959b39c8d025e4802eee7a30fef7a408186b7f9f Mon Sep 17 00:00:00 2001 From: aswin Date: Tue, 24 Dec 2024 15:39:16 +0530 Subject: [PATCH] fix ci --- .github/workflows/CI.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a9fce9b..a80b49a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: toolchain: stable components: cargo - name: Install maturin and build - run: pip install maturin && maturin build --release --out dist && maturin publish -u aswinnnn -p ${{ secrets.PYPI_API_TOKEN }} + run: pip install maturin && maturin build --release --out dist windows: runs-on: windows-latest strategy: diff --git a/pyproject.toml b/pyproject.toml index a9ad002..018a3cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.15,<0.16"] +requires = ["maturin>=0.15"] build-backend = "maturin" [project]