Skip to content

Commit

Permalink
Merge pull request #128 from at-gmbh/bug/fix-build-step
Browse files Browse the repository at this point in the history
using bdist_wheel so the ci step does not fail anymore
  • Loading branch information
SimonCW authored May 21, 2024
2 parents 66942b2 + c3aeddf commit bd92e75
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 bd92e75

Please sign in to comment.