Skip to content

Commit

Permalink
upd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Oct 27, 2024
1 parent 2b68ade commit 950c3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Fast and parallel snowball stemmer"
readme = "README.md"

[build-system]
requires = ["maturin>=0.12,<0.14"]
requires = ["maturin>=0.12"]
build-backend = "maturin"


Expand Down

0 comments on commit 950c3bc

Please sign in to comment.