fix: maturin non-interactive
This commit is contained in:
2
.github/workflows/python-build.yml
vendored
2
.github/workflows/python-build.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: pip install .
|
||||
|
||||
- name: Publish Python packages
|
||||
run: maturin publish --no-interactive
|
||||
run: maturin publish --non-interactive
|
||||
env:
|
||||
MATURIN_PYPI_TOKEN: ${{ secrets.MATURIN_PYPI_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user