Skip to content

Release package

Release package #2

Workflow file for this run

---
name: Release package
on:
workflow_dispatch:
inputs:
comments:
description: Comments
required: false
jobs:
release-package:
uses: khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.3.2
with:
comments: ${{ github.event.inputs.comments }}
secrets:
BP_PAT: ${{ secrets.BP_PAT_TOKEN }}
deploy-pypi:
uses: khanlab/actions/.github/workflows/workflow-release_task-deployPypi.yml@v0.3.2
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}