Skip to content

Commit 2b47ed7

Browse files
author
Ingo Fruend
committed
publish.env
1 parent 2e5c34b commit 2b47ed7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

publish.env

+2
Original file line numberDiff line numberDiff line change
@@ -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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
source publish.env
4+
35
set -xe
46

57
cp setup.cfg setup.cfg_backup

0 commit comments

Comments
 (0)