Skip to content

Commit f3c23d1

Browse files
committed
Copy dll to tket-py/tket
1 parent 4200601 commit f3c23d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ jobs:
217217
# Copy the DLL to the package directory so maturin can include it in the wheel
218218
# The maturin.include in pyproject.toml expects it relative to the package root
219219
if [ -f "$TKET_C_API_PATH/bin/tket-c-api.dll" ]; then
220-
cp "$TKET_C_API_PATH/bin/tket-c-api.dll" "$MODULE_DIR/tket-c-api.dll"
221-
echo "Copied DLL to $MODULE_DIR/tket-c-api.dll"
222-
ls -lh "$MODULE_DIR/tket-c-api.dll"
220+
cp "$TKET_C_API_PATH/bin/tket-c-api.dll" "$MODULE_DIR/tket/tket-c-api.dll"
221+
echo "Copied DLL to $MODULE_DIR/tket/tket-c-api.dll"
222+
ls -lh "$MODULE_DIR/tket/tket-c-api.dll"
223223
else
224224
echo "ERROR: DLL not found at $TKET_C_API_PATH/bin/tket-c-api.dll"
225225
exit 1

0 commit comments

Comments
 (0)