Skip to content

Commit

Permalink
Add Python 3.10 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 17, 2022
1 parent 4f5e943 commit f24c4f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,22 @@ jobs:
- macos: py37-test-oldestdeps-cov
- macos: py38-test-cov
- macos: py39-test-cov
- macos: py310-test-cov
- linux: py37-test-oldestdeps-cov
- linux: py38-test-cov
- linux: py39-test-cov
- linux: py310-test-cov
- windows: py37-test-oldestdeps-cov
- windows: py38-test-cov
- windows: py39-test-cov
- windows: py310-test-cov
coverage: 'codecov'

publish:
if: github.event_name != 'pull_request'
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
with:
test_extras: test
test_command: pytest -p no:warnings --pyargs reproject
secrets:
pypi_token: ${{ secrets.pypi_token }}
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit f24c4f7

Please sign in to comment.