Skip to content

Bump actions/checkout in /.github/workflows in the actions group #35

Bump actions/checkout in /.github/workflows in the actions group

Bump actions/checkout in /.github/workflows in the actions group #35

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: codestyle
- linux: py38-test-oldestdeps
- macos: py39-test
- windows: py39-test
- linux: py310-test
- macos: py311-test
- windows: py312-test
- linux: py313-test-devdeps
coverage: 'codecov'
publish:
needs: test
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: test
test_command: pytest --pyargs astrodendro
secrets:
pypi_token: ${{ secrets.pypi_token }}