At this time, when a source distribution is produced, it is not built, and no test is executed against it.
In practice, this isn't really a big problem because the source is verified anyway when individual wheels are tested, but an additional check wouldn't be a bad thing.
To be added after this line:
|
run: python -m build --sdist |
At this time, when a source distribution is produced, it is not built, and no test is executed against it.
In practice, this isn't really a big problem because the source is verified anyway when individual wheels are tested, but an additional check wouldn't be a bad thing.
To be added after this line:
cereggii/.github/workflows/wheels.yml
Line 50 in 6a75ed9