mdanalysis/pypi-deployment
Package and deploy to PyPi or TestPyPi
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 5, 2025
- License
- MIT
Pinned Snippet
uses: mdanalysis/pypi-deployment@a506ffbdb07061ae2e39dd7fb6c6b0e190323832 # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| test_submission | True if this should be sent to TestPypi instead of PyPi. | yes | false |
| wheels | If Python wheels also be built alongside the source distribution. | no | true |
| tests | If there should be an attempt to pull down the newly uploaded package and run tests. Note: assumes testing via pytest --pyargs <package_name>. | no | true |
| test_deps | — | no | pytest |
| package_name | Name of package on PyPi, only needed if testing package post-upload. Used for pip installing. | no | MDAnalysis |
| module_name | Name of package directory, only needed if testing package post-upload. Used for pytest pyargs. If unset will use `package_name`. | no | — |
Outputs
no outputs