Skip to content

Commit a3ab1a7

Browse files
Fix error: I forgot to add "runs-on" to the job.
1 parent 1b56b3a commit a3ab1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-testpypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
name: Publish wheel to TestPyPI
13+
runs-on: ubuntu-latest
1314
environment:
1415
name: testpypi
1516
url: https://test.pypi.org/p/seclab-taskflow-agent2

0 commit comments

Comments
 (0)