mdanalysis/pypi-deployment

Package and deploy to PyPi or TestPyPi

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 5, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: mdanalysis/pypi-deployment@a506ffbdb07061ae2e39dd7fb6c6b0e190323832 # v0.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
test_submissionTrue if this should be sent to TestPypi instead of PyPi.yesfalse
wheelsIf Python wheels also be built alongside the source distribution.notrue
testsIf there should be an attempt to pull down the newly uploaded package and run tests. Note: assumes testing via pytest --pyargs <package_name>.notrue
test_depsnopytest
package_nameName of package on PyPi, only needed if testing package post-upload. Used for pip installing.noMDAnalysis
module_nameName of package directory, only needed if testing package post-upload. Used for pytest pyargs. If unset will use `package_name`.no

no outputs