Skip to content

Commit f7a9056

Browse files
committed
restructure-modules: Fix broken matrix in github action
Signed-off-by: Andrew Helsby <[email protected]>
1 parent 684665c commit f7a9056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
container: [ "python:3.8", "python:3.9", "python:3.10" ]
1919
container:
20-
image: ${{ matrix.version }}
20+
image: ${{ matrix.container }}
2121

2222
steps:
2323
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "python_open_feature_sdk"
88
version = "0.0.1"
99
description = "Standardizing Feature Flagging for Everyone"
1010
readme = "README.md"
11-
authors = [{ name = "Real Python", email = "info@realpython.com" }]
11+
authors = [{ name = "Open Feature", email = "opensource@dynatrace.com" }]
1212
license = { file = "LICENSE" }
1313
classifiers = [
1414
"License :: OSI Approved :: Apache",

0 commit comments

Comments
 (0)