Skip to content

Releases: anx-abruckner/updatable

0.4.2

09 Oct 09:34
Compare
Choose a tag to compare

Added GitHub Action Workflow to publish the package on PyPi. The action triggers when a release is drafted on GitHub and uses the GitHub release version as the package version.

The action expects secrets to be configured as follows:

PYPI_REPOSITORY: Either pypi or testpypi.
PYPI_USERNAME: The username (not your name nor your email) at PyPi (or at PyPi Testing).
PYPI_PASSWORD: The password at PyPi (or at PyPi Testing).