We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14e265 commit a4c8993Copy full SHA for a4c8993
1 file changed
.github/workflows/package.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Determine the container tag and labels
36
id: container_tag
37
run: |
38
- APP_VERSION=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml'))['project']['version'])")
+ APP_VERSION=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml', 'rb'))['project']['version'])")
39
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
40
41
EODAG_VERSION=$(PYTHONWARNINGS="ignore::SyntaxWarning" uv run --active python -c "import eodag; print(eodag.__version__)")
0 commit comments