gh-action-pypi-publish
gh-action-pypi-publish copied to clipboard
Run in a self-hosted container without docker
Greetings all,
This project seems like it can run without Docker. My self-hosted runner falls under an LXC container. What are the chances this project can support running in a self-hosted environment without it? From the Dockerfile, it would seem this is easily possible. My system already has a Python environement available to the runner. Worst case, I can tear everything apart and do it in a not-so-graceful way, but it'd be great if users like me were able to sidestep Docker altogether.
Thank you.