Skip to content

[Hotfix] fix isinstance type and add max in clip (#21) #5

[Hotfix] fix isinstance type and add max in clip (#21)

[Hotfix] fix isinstance type and add max in clip (#21) #5

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/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
poetry_install_options: "--without dev"