Skip to content

Pypi Publisher

Pypi Publisher #8

Workflow file for this run

name: Pypi Publisher
# Controls when the workflow will run
on:
workflow_dispatch: {}
release:
types: [ published ]
jobs:
pypi-publisher:
runs-on: thevickypedia-default
steps:
- uses: thevickypedia/pypi-publisher@v3
env:
token: ${{ secrets.PYPI_TOKEN }}