Skip to content

Commit

Permalink
Fix stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 1, 2024
1 parent 68414ca commit 4851b67
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 @@ -92,7 +92,7 @@ target-version = 'py39'
[tool.cibuildwheel]
build = "cp3*-manylinux_x86_64 cp3*-musllinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
skip = "cp36-* cp37-* cp38-*"
before-test = "cd {project} && rm ms2pip" # Remove the ms2pip dir to avoid conflicts with the built wheel
before-test = "cd {project} && rm -r ms2pip" # Remove the ms2pip dir to avoid conflicts with the built wheel
test-requires = "pytest"
test-command = "pytest {package}/tests && ms2pip --help"

Expand Down

0 comments on commit 4851b67

Please sign in to comment.