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 c618608 commit 5f4215d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
toolchain: stable
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 }}
run: pip install maturin && maturin build --release --out dist && maturin publish -u aswinnnn -p ${{ secrets.PYPI_API_TOKEN }}
windows:
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit 5f4215d

Please sign in to comment.