File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ get_pyproject_version() {
3737 uv run " $SCRIPTS /get_pyproject_version.py" " $@ "
3838}
3939
40- compute_build_versions () {
40+ compute_release_versions () {
4141 local RUN_OFFSET=" ${RUN_OFFSET:- 0} "
4242 : " ${GITHUB_RUN_NUMBER:= 0} "
4343
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 id : versions
102102 run : |
103103 source "$SCRIPTS/common.sh"
104- compute_build_versions
104+ compute_release_versions
105105
106106 - name : Setup Flutter
107107 uses : kuhnroyal/flutter-fvm-config-action/setup@v3
Original file line number Diff line number Diff line change @@ -52,15 +52,16 @@ jobs:
5252
5353 - name : Publish flet-ads
5454 # if:
55- working-directory : ${{ env.SDK_PYTHON }}/packages/flet-ads
55+ working-directory : ${{ env.SDK_PYTHON }}/packages
5656 run : |
5757 source "$SCRIPTS/common.sh"
58+ compute_release_versions "flet-ads"
59+
5860 pushd "src/flutter/flet_ads"
5961 patch_pubspec_version "pubspec.yaml" "$PKG_VER"
6062 dart pub get && dart analyze
6163
6264 popd
63- compute_build_versions flet-ads
6465 uv version "$PYPI_VER"
6566 uv build
6667 ls -laR "${SDK_PYTHON}/dist"
You can’t perform that action at this time.
0 commit comments