Skip to content

Commit 54aff60

Browse files
authored
fix(ci): add missing runs-on to PyPI publish workflow (#413)
1 parent 377b5e8 commit 54aff60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
tests:
16+
runs-on: ubuntu-latest
1617
if: startsWith(github.ref, 'refs/tags/v')
1718
steps:
1819
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)