From 3545f04a70d8f3c7d938b884ed616c92c2dbc354 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 8 Sep 2023 15:31:17 +0100 Subject: [PATCH] Revert "TEMP: pretend version 0.2.3 just to build missing wheel" This reverts commit eba216e2f3f988ac3441bf32b494cc2b9da58065. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c59b83..ab827e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ on: env: CIBW_TEST_EXTRAS: test CIBW_TEST_COMMAND: pytest {package}/tests -v - SETUPTOOLS_SCM_PRETEND_VERSION_FOR_ZOPFLI: '0.2.3' - CIBW_ENVIRONMENT_PASS_LINUX: SETUPTOOLS_SCM_PRETEND_VERSION_FOR_ZOPFLI jobs: