Releases: abichinger/semantic-release-pypi
Releases · abichinger/semantic-release-pypi
v2.3.0
2.3.0 (2021-09-25)
Features
- pipe stdout and stderr of twine command (f974bd8)
v2.2.0
2.2.0 (2021-09-24)
Features
v2.1.0
2.1.0 (2021-05-27)
Bug Fixes
- test: add missing username parameter (66a521e)
Features
- add extended env var support (d32be49)
v2.0.4
2.0.4 (2021-05-15)
Bug Fixes
- verify: handle rejection of verifySetupPy (4e7d7b9)
v2.0.3
2.0.3 (2021-02-10)
Bug Fixes
- import Version from pkg_resources (852c157)
v2.0.2
2.0.2 (2020-12-05)
Bug Fixes
- remove normalizeVersion from verify stage (7896c5b)
v2.0.1
2.0.1 (2020-12-05)
Bug Fixes
- add form-data to dependencies (5edf4d2)
v2.0.0
2.0.0 (2020-12-05)
Bug Fixes
- prepare: add await to call of normalizeVersion (0404dbc)
Features
- add function normalizeVersion (d9089ae)
- verify authentication to the repository (476e3ec)
BREAKING CHANGES
- The environment variable TWINE_REPOSITORY will be ignored.
The repository can now be configured via the option repoUrl.