# Lightweight Python shell for publishing to (test)pypi
publish-shell:
	docker run --rm -it -v "$(PWD):/app" -w /app python:3.11-slim bash
