Skip to content

Commit 409ecfe

Browse files
committed
fix ci
1 parent 6f5ce9f commit 409ecfe

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
git submodule update --init --recursive
3131
cd ./capstone && git apply ../python-rename.patch && cd ..
3232
33-
cd ./capstone/bindings/python
34-
uv run --with cibuildwheel==3.3.1 cibuildwheel --output-dir dist
33+
uv run --with cibuildwheel==3.3.1 cibuildwheel --output-dir dist ./capstone/bindings/python
3534
3635
sdist:
3736
name: Build source distribution
@@ -51,6 +50,5 @@ jobs:
5150
git submodule update --init --recursive
5251
cd ./capstone && git apply ../python-rename.patch && cd ..
5352
54-
cd ./capstone/bindings/python
55-
uv build --sdist
53+
uv build --sdist ./capstone/bindings/python
5654
uv publish

0 commit comments

Comments
 (0)