zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Get PyPI password raw, without interpolation. #274

Closed mauritsvanrees closed 6 years ago

mauritsvanrees commented 6 years ago

If you had a password with a percentage sign, you could get an error. Fixes https://github.com/zestsoftware/zest.releaser/issues/271.

There might be other places where we need to do this, but it is hard to say where interpolation may be useful and where it may be harmful.

reinout commented 6 years ago

LGTM