diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5c04d1..c217c946 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,8 @@ stages: wheel: stage: build extends: .wheel - script: + before_script: - *patch-pyproject-toml - - pip wheel . -w dist/ pages: stage: build