Skip to content

Commit 6cdc12b

Browse files
committed
[no ci] update deploy script
1 parent 1c64c03 commit 6cdc12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ set timeout -1
3030
spawn twine upload dist/*
3131
3232
expect "Enter your username:"
33-
send -- "$(lpass show pypi.org --field=username)\r"
33+
send -- "$(lpass show 937494930560669633 --username)\r"
3434
3535
expect "Enter your password:"
36-
send -- "$(lpass show pypi.org --field=password)\r"
36+
send -- "$(lpass show 937494930560669633 --password)\r"
3737
expect
3838
EOF
3939

0 commit comments

Comments
 (0)