Skip to content

Make hmm_cs and hmm_rf optional in queries 🎯 #14

Make hmm_cs and hmm_rf optional in queries 🎯

Make hmm_cs and hmm_rf optional in queries 🎯 #14

name: Release hmmer-tables
on:
push:
tags:
- hmmer-tables-v*
defaults:
run:
working-directory: hmmer-tables
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: pipx run poetry build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: hmmer-tables/dist
skip-existing: true