Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Closes #196, #197: use Path / instead of os.path.join #13

Closes #196, #197: use Path / instead of os.path.join

Closes #196, #197: use Path / instead of os.path.join #13

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 }}