zestsoftware / zest.releaser

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

Fix reading pypirc #421

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

Easy enough at first, but then the tests broke because my ~/.pypirc was found... So some more fixes were needed.

reinout commented 1 year ago

Looks fine!