Remove GitHub-specific project plumbing

This commit is contained in:
Thales Maciel 2026-03-09 22:58:29 -03:00
parent 895cb608c0
commit 0181de2563
7 changed files with 13 additions and 62 deletions

View file

@ -213,7 +213,7 @@ Run with outbound internet enabled:
```bash
pyro run debian:12 --network -- \
"git clone --depth 1 https://github.com/octocat/Hello-World.git hello-world && git -C hello-world rev-parse --is-inside-work-tree"
'python3 -c "import urllib.request; print(urllib.request.urlopen(\"https://example.com\", timeout=10).status)"'
```
Show runtime and host diagnostics:
@ -345,9 +345,7 @@ make dist-check
Contributor runtime source artifacts are still maintained under `src/pyro_mcp/runtime_bundle/` and `runtime_sources/`.
Official environment publication is automated through
`.github/workflows/publish-environments.yml`.
For a local publish against Docker Hub:
Official environment publication is performed locally against Docker Hub:
```bash
export DOCKERHUB_USERNAME='your-dockerhub-username'