Skip to content

0.4.2

Latest
Compare
Choose a tag to compare
@anx-abruckner anx-abruckner released this 09 Oct 09:34
· 1 commit to SIANXKE-65_autoPublishGithubAction since this release

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).