This repository is a collection of Docker images containing tools Python 2.7 and 3.12.
Use this Docker image to build and upload Python packages with Python 2.7, using the following tools:
build
: Creates distribution packages (like.whl
and.tar.gz
) from your Python project.twine
: Securely uploads these packages to PyPI or other package indexes.
Use this Docker image to build and upload Python packages with Python 3.12, using the following tools:
build
: Creates distribution packages (like.whl
and.tar.gz
) from your Python project.twine
: Securely uploads these packages to PyPI or other package indexes.
Use this Docker image for running pip-compile
or pip-sync
on your Python 2.7
project.