Skip to content

v2.1.0

v2.1.0 #31

Workflow file for this run

name: PyPi publish
on:
release:
types: [ published ]
jobs:
build_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.11.7"
pypi_token: ${{ secrets.PYPI_TOKEN }}