Skip to content

Releases: abichinger/semantic-release-pypi

v2.3.0

25 Sep 09:45
Compare
Choose a tag to compare

2.3.0 (2021-09-25)

Features

  • pipe stdout and stderr of twine command (f974bd8)

v2.2.0

24 Sep 09:10
Compare
Choose a tag to compare

2.2.0 (2021-09-24)

Features

v2.1.0

27 May 14:13
Compare
Choose a tag to compare

2.1.0 (2021-05-27)

Bug Fixes

  • test: add missing username parameter (66a521e)

Features

  • add extended env var support (d32be49)

v2.0.4

15 May 12:02
Compare
Choose a tag to compare

2.0.4 (2021-05-15)

Bug Fixes

  • verify: handle rejection of verifySetupPy (4e7d7b9)

v2.0.3

10 Feb 21:03
Compare
Choose a tag to compare

2.0.3 (2021-02-10)

Bug Fixes

  • import Version from pkg_resources (852c157)

v2.0.2

05 Dec 20:19
Compare
Choose a tag to compare

2.0.2 (2020-12-05)

Bug Fixes

  • remove normalizeVersion from verify stage (7896c5b)

v2.0.1

05 Dec 20:02
Compare
Choose a tag to compare

2.0.1 (2020-12-05)

Bug Fixes

  • add form-data to dependencies (5edf4d2)

v2.0.0

05 Dec 19:39
Compare
Choose a tag to compare

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.