Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnnn committed Dec 24, 2024
1 parent 5f4215d commit 959b39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.15,<0.16"]
requires = ["maturin>=0.15"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 959b39c

Please sign in to comment.