Skip to content

Commit

Permalink
Updated deployment action args
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Oct 13, 2023
1 parent 1849d58 commit a01de02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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: 'pathsimanalysis'

Expand All @@ -32,4 +33,5 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
with:
token: ${{ secrets.PYPI_API_TOKEN }}
package_name: 'pathsimanalysis'
package_name: 'pathsimanalysis'
tests: false

0 comments on commit a01de02

Please sign in to comment.