Skip to content

Commit

Permalink
Updated deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Oct 13, 2023
1 parent fe14a20 commit 3b282dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
token: ${{ secrets.TEST_PYPI_API_TOKEN }}
test_submission: true
tests: true
test_deps: 'pytest MDAnalysisTests'
package_name: 'waterdynamics'

Expand All @@ -33,3 +34,4 @@ jobs:
with:
token: ${{ secrets.PYPI_API_TOKEN }}
package_name: 'waterdynamics'
tests: false

0 comments on commit 3b282dc

Please sign in to comment.