cookiecutter-pypackage
cookiecutter-pypackage copied to clipboard
Improved user experience on windows
- 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
What I've run:
travis encrypt --add deploy.password