From a3ab1a7fba018270560067ff9b72b7e148df8059 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Wed, 5 Nov 2025 10:32:45 +0000 Subject: [PATCH] Fix error: I forgot to add "runs-on" to the job. --- .github/workflows/publish-to-testpypi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-testpypi.yaml b/.github/workflows/publish-to-testpypi.yaml index d6b8926..c6a0c1d 100644 --- a/.github/workflows/publish-to-testpypi.yaml +++ b/.github/workflows/publish-to-testpypi.yaml @@ -10,6 +10,7 @@ on: jobs: publish: name: Publish wheel to TestPyPI + runs-on: ubuntu-latest environment: name: testpypi url: https://test.pypi.org/p/seclab-taskflow-agent2