Add publish script for PyPI

This commit is contained in:
2026-04-25 17:54:12 +01:00
parent ff8aa88f76
commit 3d164132ab
2 changed files with 14 additions and 0 deletions

7
publish-pypi.sh Executable file
View 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