Skip to content

v0.10.0

v0.10.0 #37

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: verify version matches git tag
run: scripts/verify_tag.sh
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}