You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
pypi-publisher
v1
pypi-publisher
is a GitHub action designed to upload python projects to Pypi repository.
- 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
© Vignesh Rao
Licensed under the MIT License