🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

automatic-pypi-release

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automatic-pypi-release

A pip package

1.0.0
PyPI
Maintainers
1

automatic-pypi-release

Latest Version

Automatically build and release to pypi, incrementing the version without user intervention.

Note: This project should be used as a template to build your repository and enable automatic publish to pypi.

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, so it will need an initial tag in the format of "x.y.0" (The last number must be 0).

Your project must have the following files:

  • 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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts