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]