Skip to content

Commit

Permalink
fix: gitlab was broken (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Aug 7, 2023
1 parent 53f1b9e commit 47787e4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ tests:
- IMAGE: ['python:3.8-buster', 'python:3.11-buster']

{%- if cookiecutter.__type == "pure" %}

package:
stage: build
rules:
Expand All @@ -95,6 +96,7 @@ package:
expire_in: 1 day

{%- else %}

make_sdist:
stage: build
rules:
Expand Down Expand Up @@ -138,6 +140,8 @@ make_wheels:
- dist/*.whl
expire_in: 1 day

{%- endif %}

.deploy:
stage: deploy
dependencies:
Expand Down

0 comments on commit 47787e4

Please sign in to comment.