Skip to content

Commit 680c045

Browse files
committed
updates
1 parent b8c8027 commit 680c045

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/extensions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
ROOT: "${{ github.workspace }}"
2020
SDK_PYTHON: "${{ github.workspace }}/sdk/python"
2121
SCRIPTS: "${{ github.workspace }}/.github/scripts"
22+
UV_PYTHON: "3.12"
2223
PKG_VER: "0.2.0"
2324
BUILD_VER: "0.2.0+${{ github.run_number }}"
2425
PYPI_VER: "0.2.0.dev${{ github.run_number }}"
@@ -60,8 +61,8 @@ jobs:
6061
6162
uv version "$PYPI_VER"
6263
uv build
63-
ls -laR .
64-
uv publish --dry-run
64+
ls -laR "${SDK_PYTHON}/dist"
65+
uv publish --dry-run "${SDK_PYTHON}/dist/flet_ads*"
6566
6667
- name: Upload build artifacts
6768
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)