Closed joelzamboni closed 5 months ago
@joelzamboni I need the pypi log in
Using the example @joelzamboni set up, I created the CI/CD workflow in the pypi.yml
file. It builds the package, publishes to pypi and creates a release on GitHub. The information on how to trigger this workflow and create a new release is in the repository's readme
file. To test, I released a new version (v0.1.2) and It successfully built and published to pypi. It also generated a release on GitHub.
Package published to Pypi
@joelzamboni can you review this task please?
The current workflow for publishing the PyPi package is disabled because it was just the template, and the package has been published manually. Let's create a workflow that implements it correctly using GitHub Actions