Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ietf-tools/pypi-publish

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ietf-tools/pypi-publish

Tool for publishing a Python package to PyPI from a GitHub Release

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source
PYPI PUBLISH

Release License npm node-current

Tool for publishing a Python package to PyPI from a GitHub Release

This tool is a CLI which provides the following automation:

  • Fetch the list of available repositories and releases
  • Download the latest build of a Python package
  • Install Twine (if not already installed)
  • Sign and publish the package to PyPI (or TestPyPI)

Requirements

This tool assumes that you have the signing key used to sign Python packages already configured on your system. It will be used when publishing the package to PyPI.

Usage

Install the @ietf-tools/pypi-publish NPM package globally using:

npm install -g @ietf-tools/pypi-publish

Then run (from any location):

pypi-publish

Enter the necessary info as prompted.

CLI Arguments (optional)

These arguments can also be passed to the CLI to automate values and bypass the questions. All arguments are optional.

ShortLongDescription
-t TARGET--target=TARGETTarget PyPI repository [pypi, testpypi]
-u USERNAME--user=USERNAMEPyPI username
-p PASSWORD--pass=PASSWORDPyPI password
-i IDENTITY--identity=IDENTITYGPG identity to use for package signing
-g PROJECT--project=PROJECTGitHub project (repository) to publish from
-r RELEASE--release=RELEASEGitHub release to publish
--python-path=PATHPath to Python executable
-h--helpDisplay usage + help message and exit
-v--versionDisplay CLI version and exit

License

BSD-3-Clause

FAQs

Package last updated on 29 Aug 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc