Skip to content

[Hotfix] fix poetry lock (#12) #3

[Hotfix] fix poetry lock (#12)

[Hotfix] fix poetry lock (#12) #3

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"