We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5c34b commit 2b47ed7Copy full SHA for 2b47ed7
publish.env
@@ -0,0 +1,2 @@
1
+export TWINE_USERNAME="$(lpass show 7642511958243009291 | awk '/username/ { print $2 }')"
2
+export TWINE_PASSWORD="$(lpass show 7642511958243009291 | awk '/password/ { print $2 }')"
publish.sh
@@ -1,5 +1,7 @@
#!/bin/bash
3
+source publish.env
4
+
5
set -xe
6
7
cp setup.cfg setup.cfg_backup
0 commit comments