Skip to content

Commit

Permalink
Use OpenAstronomy publish template
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 5, 2022
1 parent b26fc72 commit bf8f5b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ jobs:
/opt/python/cp38-cp38/bin/pip install tox
- name: Run tests for Python 3.8
run: /opt/python/cp38-cp38/bin/python -m tox -e py38-test-numpy121-cov

publish:
needs: [tests, linux32]
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 }}
33 changes: 0 additions & 33 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit bf8f5b8

Please sign in to comment.