We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684665c commit f7a9056Copy full SHA for f7a9056
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
container: [ "python:3.8", "python:3.9", "python:3.10" ]
19
container:
20
- image: ${{ matrix.version }}
+ image: ${{ matrix.container }}
21
22
steps:
23
- uses: actions/checkout@v2
pyproject.toml
@@ -8,7 +8,7 @@ name = "python_open_feature_sdk"
8
version = "0.0.1"
9
description = "Standardizing Feature Flagging for Everyone"
10
readme = "README.md"
11
-authors = [{ name = "Real Python", email = "info@realpython.com" }]
+authors = [{ name = "Open Feature", email = "opensource@dynatrace.com" }]
12
license = { file = "LICENSE" }
13
classifiers = [
14
"License :: OSI Approved :: Apache",
0 commit comments