openastronomy/Build Python Source and Wheel Distributions
Build source distribution for any Python package and wheels for Python packages without extensions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test_groups | Comma-separated PEP 735 dependency groups that should be installed for testing | no | "" |
| test_extras | Any extras_requires modifier that should be used to install the package for testing | no | "" |
| test_command | The command to run to test the package (will be run in a temporary directory) | no | "" |
| pure_python_wheel | Whether to build a pure Python wheel in addition to the source distribution | no | false |
| python-version | The Python version to use for building and testing | no | 3.x |
| source-directory | The directory containing the package to build, relative to the repository root | no | . |
Outputs
no outputs