Skip to content

release: 2.0.0-alpha.9 #58

release: 2.0.0-alpha.9

release: 2.0.0-alpha.9 #58

name: Release Doctor
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: depot-ubuntu-24.04
if: github.repository == 'hubmapconsortium/entity-python-sdk' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: actions/checkout@v4
- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
PYPI_TOKEN: ${{ secrets.HUBMAP_ENTITY_SDK_PYPI_TOKEN || secrets.PYPI_TOKEN }}