Skip to content

Commit

Permalink
py: fix typo in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 15, 2024
1 parent 584c544 commit 3f6debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ archs = "amd64"
before-build = "pip install delvewheel"
# CIBW doesn't do vendoring of DLLs on Windows by default, so we have to
# install delvewheel and run it.
repair-wheel-command = "delvewheel repair -v --analyze-existing -w {dest_dir} {wheel}
repair-wheel-command = "delvewheel repair -v --analyze-existing -w {dest_dir} {wheel}"

0 comments on commit 3f6debf

Please sign in to comment.