Skip to content

Improve performance of haplotype clustering (#450) #18

Improve performance of haplotype clustering (#450)

Improve performance of haplotype clustering (#450) #18

Workflow file for this run

name: release
on:
push:
tags:
- 'v*.*.*'
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'
poetry_version: '==1.4.2'
allow_poetry_pre_release: 'yes'
ignore_dev_requirements: 'yes'
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: 'poetry-dynamic-versioning-plugin'