Skip to content

Commit

Permalink
Bump maturin version in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Mar 21, 2023
1 parent 8d8bd7f commit a4af802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bechmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: benchmarks
on: workflow_dispatch

env:
MATURIN_VERSION: 0.14.10
MATURIN_VERSION: 0.14.15

jobs:
benchmark-base:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: workflow_dispatch

env:
MATURIN_VERSION: 0.14.10
MATURIN_VERSION: 0.14.15
PY_ALL: 3.7 3.8 3.9 3.10 3.11 pypy3.7 pypy3.8 pypy3.9

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
MATURIN_VERSION: 0.14.10
MATURIN_VERSION: 0.14.15
PY_ALL: 3.7 3.8 3.9 3.10 3.11 pypy3.7 pypy3.8 pypy3.9

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

env:
MATURIN_VERSION: 0.14.10
MATURIN_VERSION: 0.14.15

jobs:
linux:
Expand Down

0 comments on commit a4af802

Please sign in to comment.