Skip to content

Commit

Permalink
fix CI linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnnn committed Dec 24, 2024
1 parent 6420025 commit c618608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c618608

Please sign in to comment.