Skip to content

v0.13.1

v0.13.1 #36

Workflow file for this run

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