Skip to content

Commit

Permalink
Merge branch 'main' into cc/upgrade_pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 10, 2024
2 parents 175e6e9 + fc72065 commit 2cab195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
id: min-version
run: |
poetry run pip install packaging
min_versions="$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)"
min_versions="$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml release)"
echo "min-versions=$min_versions" >> "$GITHUB_OUTPUT"
echo "min-versions=$min_versions"
Expand Down

0 comments on commit 2cab195

Please sign in to comment.