diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml index 90700c2..f92010b 100644 --- a/{{cookiecutter.project_slug}}/.gitlab-ci.yml +++ b/{{cookiecutter.project_slug}}/.gitlab-ci.yml @@ -49,7 +49,7 @@ build-wheel: - dist/{{ cookiecutter.module_name }}-*.whl expire_in: 6 mos script: - - python setup.py dist{%- endif %} + - python setup.py bdist_wheel{%- endif %} {% if cookiecutter.package_manager == 'poetry' -%} test-unit: