diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab827e3..0c59b83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ 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: