Skip to content

Commit c67d60e

Browse files
Merge pull request #50 from kevinbackhouse/runs-on
Fix error: I forgot to add "runs-on" to the job
2 parents 1b56b3a + a3ab1a7 commit c67d60e

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)