Skip to content

chore(bio): pass through gpu id in run-mega-track-bio-dive recipe #163

chore(bio): pass through gpu id in run-mega-track-bio-dive recipe

chore(bio): pass through gpu id in run-mega-track-bio-dive recipe #163

Workflow file for this run

name: New Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
semantic_release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
id: semantic
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}