We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0592774 commit 97fe5cdCopy full SHA for 97fe5cd
.github/workflows/publish-python.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/upload-artifact@v4
31
with:
32
name: wheel-${{ matrix.target }}
33
- path: dist/*.whl
+ path: packages/python/dist/*.whl
34
35
sdist:
36
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
44
45
46
name: sdist
47
- path: dist/*.tar.gz
+ path: packages/python/dist/*.tar.gz
48
49
publish:
50
needs: [build, sdist]
0 commit comments