Skip to content

Upload Python Package #20

Upload Python Package

Upload Python Package #20

Workflow file for this run

name: Upload Python Package
on:
workflow_dispatch:
release:
types: [published]
permissions:
contents: read
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}