Skip to content

Commit

Permalink
add import test to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 20, 2024
1 parent 0d858c1 commit eabf020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_command: python -c "import stsci.tools"
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
secrets:
pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}

0 comments on commit eabf020

Please sign in to comment.