Skip to content

Background subtraction error propagation #586

Background subtraction error propagation

Background subtraction error propagation #586

Workflow file for this run

name: Release
on:
pull_request:
push:
tags:
- '*'
jobs:
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
# NOTE: Uncomment "if" if you do not want this to run for every PR.
# if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
with:
test_extras: test
test_command: pytest $GITHUB_WORKSPACE/specreduce/tests
secrets:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}