docker-py/.github/workflows
Milas Bowman cb8f2c6630
chore: fix missing setuptools in CI (#3189)
Install `setuptools` in addition to `wheel` before trying to run
`python setup.py` manually.

Note that `setuptools` is already correctly listed in the
`pyproject.toml` file for consumers installing via `pip` etc, but
in CI the file is run directly to generate `sdist` and `bdist_wheel`
artifacts for PyPI.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-11-27 09:17:47 -05:00
..
ci.yml chore: remove support for Python 3.7 (#3187) 2023-11-21 12:14:23 -05:00
release.yml chore: fix missing setuptools in CI (#3189) 2023-11-27 09:17:47 -05:00