diff --git a/.config/fish/functions/pypi_token.fish b/.config/fish/functions/pypi_token.fish new file mode 100644 index 00000000..44982b18 --- /dev/null +++ b/.config/fish/functions/pypi_token.fish @@ -0,0 +1,3 @@ +function pypi_token + set -gx UV_PUBLISH_TOKEN (pass show pypi) +end