Skip to content

chore: bump verison v2024.1006 #17

chore: bump verison v2024.1006

chore: bump verison v2024.1006 #17

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*"
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/tests.yml
publish-pypi:
uses: ./.github/workflows/pypi.yml
needs: [tests]
docker:
uses: ./.github/workflows/docker.yml
needs: [tests]