Skip to content

Commit 97fe5cd

Browse files
committed
Fix publishing workflows
1 parent 0592774 commit 97fe5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/upload-artifact@v4
3131
with:
3232
name: wheel-${{ matrix.target }}
33-
path: dist/*.whl
33+
path: packages/python/dist/*.whl
3434

3535
sdist:
3636
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/upload-artifact@v4
4545
with:
4646
name: sdist
47-
path: dist/*.tar.gz
47+
path: packages/python/dist/*.tar.gz
4848

4949
publish:
5050
needs: [build, sdist]

0 commit comments

Comments
 (0)