Skip to content

v1.1.1

v1.1.1 #2

Workflow file for this run

name: Publish to PyPI
on:
release:
types: [published]
jobs:
publish-to-pypi:
name: Build and Publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}