Skip to content

v2.6.0

v2.6.0 #6

Workflow file for this run

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