Skip to content

Commit 704a43e

Browse files
committed
introduce PEP517 installer
1 parent 9877d21 commit 704a43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis_secrets/create_secrets.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ banner "this will encrypt the name and the value of a secret environment variabl
1313
common secrets for the PizzaCutter Python Template are:
1414
\"CC_TEST_REPORTER_ID\" and \"PYPI_PASSWORD\""
1515

16-
read -r -p 'variable name :' var_name
17-
read -r -p 'variable value :' var_value
16+
read -rp 'variable name :' var_name
17+
read -rp 'variable value :' var_value
1818

1919
cd "${project_root_dir}"||exit
2020
travis encrypt "${var_name}=${var_value}" --no-interactive > "${own_dir}/secrets/${var_name}.secret.txt"

0 commit comments

Comments
 (0)