Skip to content

Deploy Pypi

Actions
A GitHub Action to deploy python packages to pypi
v3
Latest
Star (12)

Pypi

Deploy package to pypi.

Usage:

- name: Deploy package
  uses: remorses/pypi@master
  with:
    setupfile: ./setup.py
    username: ${{ secrets.pypi_username }}
    password: ${{ secrets.pypi_password }}

Deploy Pypi is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action to deploy python packages to pypi
v3
Latest

Deploy Pypi is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.