Skip to content

upload frozen requirements to release assets + add build / PyPI publish workflow #4

upload frozen requirements to release assets + add build / PyPI publish workflow

upload frozen requirements to release assets + add build / PyPI publish workflow #4

Workflow file for this run

name: build
on:
release:
types:
- released
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}