tantivy-py/ci/deploy_mac.sh

8 lines
148 B
Bash
Raw Normal View History

#!/usr/bin/env bash
maturin publish \
--interpreter python3.8 \
--username __token__ \
--password "$MATURIN_PASSWORD" \
--no-sdist