Add publish script for PyPI
This commit is contained in:
7
publish-pypi.sh
Executable file
7
publish-pypi.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
MATURIN_PYPI_TOKEN="$(pass show pypi-token | head -1)"
|
||||
export MATURIN_PYPI_TOKEN
|
||||
|
||||
maturin publish
|
||||
Reference in New Issue
Block a user