Skip to content

v0.6.0

v0.6.0 #16

Workflow file for this run

# Inspired by https://github.com/mbhall88/tbpore/blob/main/.github/workflows/release-pypi.yaml
name: Release on PyPI
on:
release:
types: [published]
jobs:
build-and-publish:
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 }}
ignore_dev_requirements: "yes"