mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
chore(python): token name more explicit
This commit is contained in:
parent
69d2c471e2
commit
f5754ed804
1 changed files with 1 additions and 1 deletions
2
dist/py/build.sh
vendored
2
dist/py/build.sh
vendored
|
@ -4,5 +4,5 @@ WHEEL_DIR="$ROOT_DIR/wheels"
|
|||
PYO3_PYTHON="$(pyenv which python)"
|
||||
TARGET_EXT="$($PYO3_PYTHON -c 'import sysconfig; print(sysconfig.get_config_var("EXT_SUFFIX"))')"
|
||||
|
||||
MATURIN_PYPI_TOKEN="$(cat ~/.local/secrets/pypi_token)" maturin publish -i "$PYO3_PYTHON" \
|
||||
MATURIN_PYPI_TOKEN="$(cat ~/.local/secrets/pypi_codemp_token)" maturin publish -i "$PYO3_PYTHON" \
|
||||
--out "$WHEEL_DIR" --non-interactive --repository "pypi"
|
||||
|
|
Loading…
Reference in a new issue