mandeep

Results 53 comments of mandeep

Thanks for letting me know. It's possible the Windows build needs to be updated to reflect `activate.bat`. Hopefully I can get to it this week.

Hi @Klim314 thanks for taking the time to look into this. I'm not sure why the environment variable is not being set correctly so I'll have to ask the sublime...

Sounds good! This might help: http://click.palletsprojects.com/en/7.x/exceptions/

Hi @JoelMon thanks for the report. Special characters do not need to be escaped since the password is parsed by the Python libraries rather than bash. If you try without...

@JoelMon sorry to hear that the problems are persisting. It seems that this is indeed an authentication failure. When you are entering the password, are you using quotes or anything?...

The travis.yml file looks good, although I'm unfamiliar with twine so I can't attest to it. I made a change recently to travis-encrypt so that it supports travis-ci.com, and I'm...

I'm able to deploy using a password that contains special characters so I'm not sure what the problem is here. @JoelMon are you deploying to travis-ci.org or travis-ci.com?

After reviewing the Travis docs, I believe there could be a typo in your travis configuration file. Currently your config looks like this: ```yaml deploy: provider: pypi twine_version: 1.13.0 distributions:...

It still looks like your travis.yml looks like this: ```yaml true: tags: true ``` instead of ```yaml on: tags: true ```

Interesting. I'll keep digging into this; hopefully we can find a solution.