Skip to content

Commit 33908da

Browse files
committed
updates
1 parent 680c045 commit 33908da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extensions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
with:
7070
name: dist
7171
path: |
72-
dist/**/*.whl
73-
dist/**/*.tar.gz
72+
$SDK_PYTHON/dist/*.whl
73+
$SDK_PYTHON/dist/*.tar.gz
7474
7575
# - name: Publish Python package
7676
# if: >

0 commit comments

Comments
 (0)