We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5ce9f commit 409ecfeCopy full SHA for 409ecfe
1 file changed
.github/workflows/publish.yml
@@ -30,8 +30,7 @@ jobs:
30
git submodule update --init --recursive
31
cd ./capstone && git apply ../python-rename.patch && cd ..
32
33
- cd ./capstone/bindings/python
34
- uv run --with cibuildwheel==3.3.1 cibuildwheel --output-dir dist
+ uv run --with cibuildwheel==3.3.1 cibuildwheel --output-dir dist ./capstone/bindings/python
35
36
sdist:
37
name: Build source distribution
@@ -51,6 +50,5 @@ jobs:
51
50
52
53
54
55
- uv build --sdist
+ uv build --sdist ./capstone/bindings/python
56
uv publish
0 commit comments