Skip to content

v0.0.2: recreate testenv if deps have changed (#3) #8

v0.0.2: recreate testenv if deps have changed (#3)

v0.0.2: recreate testenv if deps have changed (#3) #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
workflow_dispatch:
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: lint
pytest: false
- linux: type
pytest: false
- linux: test
publish:
needs: [test]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}