Skip to content

Commit 8538f3b

Browse files
fix: CI
1 parent 0f0b08c commit 8538f3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
steps:
99
- name: Checkout git repo
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111

1212
- name: Install python
1313
uses: actions/setup-python@v4
@@ -16,6 +16,12 @@ jobs:
1616

1717
- name: Poetry Install
1818
run: pip install poetry
19+
20+
- name: Maturin PyO3 action
21+
uses: PyO3/maturin-action@v1
22+
with:
23+
command: build
24+
args: --release
1925

2026
- name: Install project without documentation
2127
run: poetry install --without doc

0 commit comments

Comments
 (0)