Skip to content

Bump the actions group across 1 directory with 3 updates #21

Bump the actions group across 1 directory with 3 updates

Bump the actions group across 1 directory with 3 updates #21

Workflow file for this run

name: build
on:
release:
types: [ released ]
pull_request:
workflow_dispatch:
jobs:
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
with:
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}