Metadata-Version: 1.1
Name: automatic-pypi-release
Version: 0.7.2
Summary: A pip package
Home-page: UNKNOWN
Author: Felipe Espinoza
Author-email: UNKNOWN
License: MIT
Description: # automatic-pypi-release
        [![Latest Version][pypi-image]][pypi-url]
        
        Automatically build and release to pypi, incrementing the version without user intervention.
        
        This repository does the following:
        * Increase minor version (If not a x.x.0 tagged)
        * Build and uploadpypi package
        * push the new tag to the repository
        
        ## Requirements
        This project is setup to use [semver](https://semver.org/), so it will need an initial tag in the format of "1.2.3"
        
        Your project must have the following files:
        
        * [Versioneer](https://pypi.org/project/fdns-versioneer/) changes:
        	* setup.py
        	* setup.cfg
        	* versioneer.py
        	* MANIFEST.in
        	* automatic_pypi_release/\_\_init\_\_.py
        	* automatic_pypi_release/_version.py
        * Githun Actions:
        	* .github/workflows/publish-to-test-pypi.yml
        
        [pypi-image]: https://img.shields.io/pypi/v/automatic-pypi-release.svg
        [pypi-url]: https://pypi.python.org/pypi/automatic-pypi-release/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
