Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 671 Bytes

Description

  • Add PYPI_USERNAME and PYPI_PASSWORD to Secrets and variables > Actions > Secrets using GitHub GUI. This is required to push your package to PyPI.
  • Run customize.py to take care of the rest.
  • Each time you push a new release, code is automatically published on PyPI via the workflow. pip install -U <your_package> should then install the latest version of your package.

How to add badges?

CI status badge

image

Coverage badge

image