From cdda3151bb1477092b4a9ea4e69565c801427fc0 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Fri, 4 Oct 2024 11:35:19 +0300 Subject: [PATCH] Try to fix github workflow #5 --- pyproject.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3105c43..26180fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -]