Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

move package back to eutils (not biocommons.eutils) as with 0.6.0 #26

move package back to eutils (not biocommons.eutils) as with 0.6.0

move package back to eutils (not biocommons.eutils) as with 0.6.0 #26

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