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

automatic-pypi-release

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automatic-pypi-release

A pip package

1.0.0
96

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Shell access

Supply chain risk

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Found 1 instance in 1 package

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