Skip to content

Commit 1bbe897

Browse files
authored
fix(ci): change runner to 'ubuntu-latest' in publish workflow
was undefined before
1 parent e1c5e20 commit 1bbe897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
build-n-publish:
3838
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
39-
runs-on: ${{ matrix.os }}
39+
runs-on: ubuntu-latest
4040
# Specifying a GitHub environment, # Specifying a GitHub environment, which is strongly recommended by
4141
#PyPI: https://docs.pypi.org/trusted-publishers/adding-a-publisher/
4242
# you have to create an environment in your repository settings and add the environment name here

0 commit comments

Comments
 (0)