As seen on https://pypi.org/project/sqloxide/#files, sqloxide does not have any source distributions uploaded to PyPI. This makes it impossible to use PyPI with sqloxide for a given os and architecture unless the necessary wheel has been built.
We can include this source distribute by creating the job source-build in ci.yml. A separate job is preferable here to prevent duplication and collisions from multiple matrix configurations.
By running python setup.py sdist we can generate sqloxide-0.1.30.tar.gz in dist/.
As seen on https://pypi.org/project/sqloxide/#files, sqloxide does not have any source distributions uploaded to PyPI. This makes it impossible to use PyPI with sqloxide for a given os and architecture unless the necessary wheel has been built.
We can include this source distribute by creating the job
source-build
inci.yml
. A separate job is preferable here to prevent duplication and collisions from multiple matrix configurations.By running
python setup.py sdist
we can generatesqloxide-0.1.30.tar.gz
indist/
.