Skip to content

feat: add code for getting values needed for hl7 v2 from a va-spec st… #3

feat: add code for getting values needed for hl7 v2 from a va-spec st…

feat: add code for getting values needed for hl7 v2 from a va-spec st… #3

Workflow file for this run

name: Python CI/CD
permissions:
contents: write
id-token: write
on:
push:
branches: ["*"]
tags: ["*"]
jobs:
python-ci-cd:
name: Python CI/CD
permissions:
contents: write
id-token: write
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
with:
publish: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
secrets:
pypi-token: ${{ secrets.UV_PUBLISH_TOKEN }}