We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76ee21 commit 8674a6dCopy full SHA for 8674a6d
1 file changed
.github/workflows/CI.yml
@@ -94,6 +94,8 @@ jobs:
94
cp wheels-ubuntu/*.tar.gz dist/
95
cp wheels-windows/*.whl dist/
96
cp wheels-macos/*.whl dist/
97
+ - name: Install maturin
98
+ run: pip install maturin
99
- name: Publish to PyPI
100
uses: messense/maturin-action@v1
101
env:
0 commit comments