Skip to content

Commit

Permalink
chore(python): token name more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghyatzo committed Sep 7, 2024
1 parent 69d2c47 commit f5754ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/py/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f5754ed

Please sign in to comment.