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 b8c8027 commit 680c045Copy full SHA for 680c045
.github/workflows/extensions.yml
@@ -19,6 +19,7 @@ env:
19
ROOT: "${{ github.workspace }}"
20
SDK_PYTHON: "${{ github.workspace }}/sdk/python"
21
SCRIPTS: "${{ github.workspace }}/.github/scripts"
22
+ UV_PYTHON: "3.12"
23
PKG_VER: "0.2.0"
24
BUILD_VER: "0.2.0+${{ github.run_number }}"
25
PYPI_VER: "0.2.0.dev${{ github.run_number }}"
@@ -60,8 +61,8 @@ jobs:
60
61
62
uv version "$PYPI_VER"
63
uv build
- ls -laR .
64
- uv publish --dry-run
+ ls -laR "${SDK_PYTHON}/dist"
65
+ uv publish --dry-run "${SDK_PYTHON}/dist/flet_ads*"
66
67
- name: Upload build artifacts
68
uses: actions/upload-artifact@v4
0 commit comments