There was an error while loading. Please reload this page.
1 parent 1c64c03 commit 6cdc12bCopy full SHA for 6cdc12b
scripts/deploy.sh
@@ -30,10 +30,10 @@ set timeout -1
30
spawn twine upload dist/*
31
32
expect "Enter your username:"
33
-send -- "$(lpass show pypi.org --field=username)\r"
+send -- "$(lpass show 937494930560669633 --username)\r"
34
35
expect "Enter your password:"
36
-send -- "$(lpass show pypi.org --field=password)\r"
+send -- "$(lpass show 937494930560669633 --password)\r"
37
expect
38
EOF
39
0 commit comments