Skip to content

Make asdf standard 1.6.0 stable (default) #123

Make asdf standard 1.6.0 stable (default)

Make asdf standard 1.6.0 stable (default) #123

Workflow file for this run

name: build
on:
pull_request:
release:
types: [released]
workflow_dispatch:
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') }}
test_extras: tests
test_command: pytest --pyargs asdf
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_ASDF_MAINTAINER }}