Skip to content

Commit

Permalink
Try to fix github workflow #5
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 4, 2024
1 parent 4f1505a commit cdda315
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,21 +146,9 @@ unfixable = ["B"]
exclude_dirs = [".venv", "tests"]
skips = ["B307", "B404", "B605", "B607", "B603"]

[tool.cibuildwheel.linux]
environment = { CLASSPATH="$PWD/antlr-4.13.1-complete.jar" }

[tool.cibuildwheel.macos]
environment = { CLASSPATH="$PWD/antlr-4.13.1-complete.jar" }

[tool.cibuildwheel.windows]
environment = { CLASSPATH="%PWD%/antlr-4.13.1-complete.jar" }

[tool.cibuildwheel]
build-verbosity = 3
build = "cp3{8,9,10,11,12,13}-*"
#test-command = "pytest -svv"
build-frontend = "build"
#build-frontend = "pip"
before-build = [
"python install_antlr.py"
]

0 comments on commit cdda315

Please sign in to comment.