cookiecutter-pypackage icon indicating copy to clipboard operation
cookiecutter-pypackage copied to clipboard

Improved user experience on windows

Open rutgerhofste opened this issue 6 years ago • 0 comments

  • Cookiecutter version: 1.6.0
  • Template project url: https://github.com/rutgerhofste/aqueduct3
  • Python version: 3.5
  • Operating System: Windows 10 64 bit

Description:

Add encrypted pypi password to travis.yaml file. The suggested command (travis encrypt --add deploy.password) in the docs has a poor user experience and caused problems on Windows. Suggested improved user experience by switching to: travis encrypt SOMEVAR="REPLACE WITH PYPI PASSWORD" --add deploy.password

docs

What I've run:

travis encrypt --add deploy.password

rutgerhofste avatar Apr 10 '18 14:04 rutgerhofste