Skip to content

Commit 8674a6d

Browse files
committed
Need maturin in build.
1 parent f76ee21 commit 8674a6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
cp wheels-ubuntu/*.tar.gz dist/
9595
cp wheels-windows/*.whl dist/
9696
cp wheels-macos/*.whl dist/
97+
- name: Install maturin
98+
run: pip install maturin
9799
- name: Publish to PyPI
98100
uses: messense/maturin-action@v1
99101
env:

0 commit comments

Comments
 (0)