Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

pypi-publisher

v1

pypi-publisher

package

pypi-publisher

Lightweight composite action to upload Python distribution packages to PyPI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: pypi-publisher

uses: thevickypedia/pypi-publisher@v1

Learn more about this action in thevickypedia/pypi-publisher

Choose a version

Pypi Publisher

pypi-publisher is a GitHub action designed to upload python projects to Pypi repository.

Install Guide

Add pypi-publisher action to your build workflow

  • In your GitHub repository, select the Actions tab and either add or edit a workflow.
  • Copy and paste the yaml into your workflow.

[OR]

Copy & paste the following workflow definition into your project .github/workflows/pypi-publish.yml

name: Pypi Publisher

on:
  workflow_dispatch:
  release:
    types: [ published ]

jobs:
  pypi-publisher:
    runs-on: ubuntu-latest
    steps:
      - uses: thevickypedia/pypi-publisher@v1

License & copyright

© Vignesh Rao

Licensed under the MIT License