Skip to content

release 1.11.6

release 1.11.6 #35

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2
with:
python_version: "3.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_install_options: "--without dev"