Skip to content

Bump pyrefly from 0.62.0 to 0.63.1 #635

Bump pyrefly from 0.62.0 to 0.63.1

Bump pyrefly from 0.62.0 to 0.63.1 #635

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