Skip to content

Commit

Permalink
using bdist_wheel so the ci step does not fail anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Baur committed May 2, 2024
1 parent 66942b2 commit c3aeddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c3aeddf

Please sign in to comment.