github python-semantic-release/python-semantic-release v6.1.0

latest releases: v9.7.3, v9.7.2, v9.7.1...
4 years ago

Feature

  • Support PYPI_TOKEN on GitHub Actions (df2c080)
  • Support easier use of API tokens (bac135c)

Documentation

  • Add documentation for PYPI_TOKEN (a8263a0)

Extra note from @AlphaMycelium:

This release adds proper support for PyPI authentication using API tokens. Although this is not a breaking change, I strongly recommend you switch to it for the following reasons:

  • It is recommended by PyPI.
  • Tokens can be given access to a single project, which reduces the possible damage if it is compromised.
  • If your PyPI username is the same as your GitHub and you have it set as a secret in a CI service, they will likely scrub it from the build output. This can break things, for example repository links.

Don't miss a new python-semantic-release release

NewReleases is sending notifications on new releases.