Skip to content

Commit

Permalink
Simplified publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 11, 2023
1 parent 56d698c commit c0a3bda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 48 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
- macos: py310-test-pytest73
- windows: py311-test-pytest74
- linux: py311-test-pytestdev
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: test
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --arraydiff $GITHUB_WORKSPACE/tests
secrets:
pypi_token: ${{ secrets.pypi_password }}
48 changes: 0 additions & 48 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit c0a3bda

Please sign in to comment.