Skip to content

[Chore] change readme and python version (#11) #2

[Chore] change readme and python version (#11)

[Chore] change readme and python version (#11) #2

Workflow file for this run

name: Publish Python Package
on:
push:
tags:
- 'v*.*.*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Publish module
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_install_options: "--without dev"