Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l-bick authored Jul 18, 2024
1 parent 5929738 commit 3fe63ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ stages:

build:
stage: build
image: python:3.11
image: python:3.11-slim-bookworm
environment: production
tags:
- shell
before_script:
- pip install twine --upgrade

script:
- echo "Building Wheel..."
- pip install build
Expand Down

0 comments on commit 3fe63ee

Please sign in to comment.