We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4200601 commit f3c23d1Copy full SHA for f3c23d1
.github/workflows/python-wheels.yml
@@ -217,9 +217,9 @@ jobs:
217
# Copy the DLL to the package directory so maturin can include it in the wheel
218
# The maturin.include in pyproject.toml expects it relative to the package root
219
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"
+ cp "$TKET_C_API_PATH/bin/tket-c-api.dll" "$MODULE_DIR/tket/tket-c-api.dll"
+ echo "Copied DLL to $MODULE_DIR/tket/tket-c-api.dll"
+ ls -lh "$MODULE_DIR/tket/tket-c-api.dll"
223
else
224
echo "ERROR: DLL not found at $TKET_C_API_PATH/bin/tket-c-api.dll"
225
exit 1
0 commit comments