From c61860825a455abb57385e031d09869ba9ae657e Mon Sep 17 00:00:00 2001 From: aswin Date: Tue, 24 Dec 2024 15:21:47 +0530 Subject: [PATCH] fix CI linux wheels --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a80b49a..2f7a094 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,6 +35,7 @@ jobs: components: cargo - name: Install maturin and build run: pip install maturin && maturin build --release --out dist + run: maturin publish -u aswinnnn -p ${{ secrets.PYPI_API_TOKEN }} windows: runs-on: windows-latest strategy: