Skip to content

Work around NotImplemented Quantity.tofile #1672

Work around NotImplemented Quantity.tofile

Work around NotImplemented Quantity.tofile #1672

Workflow file for this run

name: build
on:
release:
types: [ released ]
pull_request:
workflow_dispatch:
jobs:
check:
name: check that `requirements-sdp.txt` is populated
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- if: github.event_name == 'release'
run: grep -v '^ *#' requirements-sdp.txt
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
needs: [ check ]
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}